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

[New Resource]: vdc #18

Closed
gaetanars opened this issue Feb 7, 2023 · 0 comments · Fixed by #31
Closed

[New Resource]: vdc #18

gaetanars opened this issue Feb 7, 2023 · 0 comments · Fixed by #31
Assignees
Labels
new-resource New resource

Comments

@gaetanars
Copy link
Contributor

gaetanars commented Feb 7, 2023

Description

CloudAvenue VDC

Requested Resource(s) and/or Data Source(s)

cloudavenue_vdc

Potential Terraform Configuration

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"
}

References

No response

Would you like to implement a fix?

None

@gaetanars gaetanars changed the title [New Resource]: vcd [New Resource]: vdc Feb 7, 2023
@MrRometo MrRometo added the new-resource New resource label Feb 8, 2023
@gaetanars gaetanars self-assigned this Feb 9, 2023
@gaetanars gaetanars linked a pull request Feb 9, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-resource New resource
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants