Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: add cloudflare_tunnel_virtual_network resource #1602

Closed
kkaczmarczyk opened this issue May 9, 2022 · 1 comment · Fixed by #1672
Closed

Feature: add cloudflare_tunnel_virtual_network resource #1602

kkaczmarczyk opened this issue May 9, 2022 · 1 comment · Fixed by #1672
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Milestone

Comments

@kkaczmarczyk
Copy link

kkaczmarczyk commented May 9, 2022

Current Terraform and Cloudflare provider version

Terraform v1.1.4

  • provider registry.terraform.io/cloudflare/cloudflare v3.14.0

Description

Use cases

It would be really handy to have an option to manage Tunnel Virtual Networks and assignment of Tunnels through Terraform instead of CLI/API.

Potential Terraform configuration

resource "cloudflare_tunnel_virtual_network" "example" {
  name = "us-east-1-vpc"
  is_default_network = true
  comment = Staging VPC for data science
}

References

No response

@kkaczmarczyk kkaczmarczyk added kind/enhancement Categorizes issue or PR as related to improving an existing feature. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 9, 2022
@kkaczmarczyk kkaczmarczyk changed the title Add provider for https://api.cloudflare.com/#tunnel-virtual-network-properties Feature: add cloudflare_tunnel_virtual_network resource May 9, 2022
@jacobbednarz jacobbednarz added triage/accepted Indicates an issue or PR is ready to be actively worked on. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels May 9, 2022
@github-actions github-actions bot added this to the v3.17.0 milestone Jun 10, 2022
@github-actions
Copy link
Contributor

This functionality has been released in v3.17.0 of the Terraform Cloudflare Provider.

Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Categorizes issue or PR as related to improving an existing feature. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants