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]: New attribut bandwidth in cloudavenue_edgegatewayresource #568

Closed
azrod opened this issue Oct 13, 2023 · 0 comments · Fixed by #573
Closed

[Enhancement]: New attribut bandwidth in cloudavenue_edgegatewayresource #568

azrod opened this issue Oct 13, 2023 · 0 comments · Fixed by #573
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@azrod
Copy link
Member

azrod commented Oct 13, 2023

Description

In the cloudavenue_edgegateway resource et datasource add new attribut bandwidth. This attribute permit to set automatically or manually bandwidth attached in the Edgegateway.

bandwidth attribute is a Int64 and the unit is Mbps

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

  • cloudavenue_edgegateway
  • data.cloudavenue_edgegateway

Potential Terraform Configuration

resource "cloudavenue_edgegateway" "example" {
  owner_name     = cloudavenue_vdc.example.name
  tier0_vrf_name = data.cloudavenue_tier0_vrfs.example.names.0
  owner_type     = "vdc"
  bandwidth      = 100
}

References

No response

Would you like to implement a fix?

None

@azrod azrod added the enhancement New feature or request label Oct 13, 2023
@azrod azrod self-assigned this Oct 13, 2023
@azrod azrod added this to the v0.14.0 milestone Oct 13, 2023
@azrod azrod linked a pull request Oct 16, 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
enhancement New feature or request
Projects
None yet
1 participant