We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cf-terraforming
Any
It is necessary to have support for this resource in both import and generate operations.
import
generate
Want to manage them in Terraform
Input: cf-terraforming generate --resource-type "cloudflare_tunnel_route" -a $CLOUDFLARE_ACCOUNT_ID Output: All routes
cf-terraforming generate --resource-type "cloudflare_tunnel_route" -a $CLOUDFLARE_ACCOUNT_ID
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"{ ... }
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current
cf-terraforming
versionAny
Description
It is necessary to have support for this resource in both
import
andgenerate
operations.Use cases
Want to manage them in Terraform
Potential
cf-terraforming
usageInput:
cf-terraforming generate --resource-type "cloudflare_tunnel_route" -a $CLOUDFLARE_ACCOUNT_ID
Output:
All routes
References
No response
The text was updated successfully, but these errors were encountered: