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

Add support for "cloudflare_tunnel_route" #653

Open
nikasmonk opened this issue Dec 19, 2023 · 0 comments
Open

Add support for "cloudflare_tunnel_route" #653

nikasmonk opened this issue Dec 19, 2023 · 0 comments

Comments

@nikasmonk
Copy link

Current cf-terraforming version

Any

Description

It is necessary to have support for this resource in both import and generate operations.

Use cases

Want to manage them in Terraform

Potential cf-terraforming usage

Input:
cf-terraforming generate --resource-type "cloudflare_tunnel_route" -a $CLOUDFLARE_ACCOUNT_ID
Output:
All routes

resource "cloudflare_tunnel_route" "name.id" {
  account_id         = "***"
  tunnel_id          = "***"
  network            = "192.0.2.24/32"
  comment            = "New tunnel route for documentation"
  virtual_network_id = "bdc39a3c-3104-4c23-8ac0-9f455dda691a"
}
...
resource "cloudflare_tunnel_route" "name.id"{
...
}

References

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant