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

[Enhancement]: [EdgeGateway] Dynamically set "owner_type" in the provider #847

Closed
jbphilippe-orange opened this issue Nov 26, 2024 · 1 comment · Fixed by #953
Closed
Assignees
Labels
community Community related enhancement Enhancement

Comments

@jbphilippe-orange
Copy link

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

resource "cloudavenue_edgegateway" "edgegw_example" {

  owner_name     = "vdc1-user
  tier0_vrf_name = "tier0_id"
  bandwidth      = 5
  timeouts = {
    create = "10m"
    update = "10m"
    delete = "6m"
  }
}

References

No response

Would you like to implement a fix?

None

@jbphilippe-orange jbphilippe-orange added the enhancement Enhancement label Nov 26, 2024
@azrod azrod added the community Community related label Nov 26, 2024
@azrod
Copy link
Member

azrod commented Jan 15, 2025

#952

@azrod azrod self-assigned this Jan 15, 2025
@azrod azrod linked a pull request Jan 15, 2025 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
community Community related enhancement Enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants