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
The owner_type attribute could be set dynamically , by requesting the existing VDC or VDCGroup name (given by "owner_name" user attribute).
cloudavenue_edgegateway
resource "cloudavenue_edgegateway" "edgegw_example" { owner_name = "vdc1-user tier0_vrf_name = "tier0_id" bandwidth = 5 timeouts = { create = "10m" update = "10m" delete = "6m" } }
No response
None
The text was updated successfully, but these errors were encountered:
#952
Sorry, something went wrong.
owner_type
azrod
Successfully merging a pull request may close this issue.
Description
The owner_type attribute could be set dynamically , by requesting the existing VDC or VDCGroup name
(given by "owner_name" user attribute).
Affected Resource(s) and/or Data Source(s)
cloudavenue_edgegateway
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: