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
CloudAvenue VDC
cloudavenue_vdc
resource "cloudavenue_vdc" "example" { name = "name" vcpu_in_mhz = 2200 cpu_allocated = 0 memory_allocated = 128 service_class = "STD" disponibility_class = "ONE-ROOM" billing_model = "PAYG" storage_billing_model = "PAYG" storage_profiles { class = "GOLD" limit = 500 default = true vdc_group = "vdcGroup" }
No response
None
The text was updated successfully, but these errors were encountered:
gaetanars
Successfully merging a pull request may close this issue.
Description
CloudAvenue VDC
Requested Resource(s) and/or Data Source(s)
cloudavenue_vdc
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: