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 Data Source]: cloudavenue_vapp_isolated_network #143

Closed
MrRometo opened this issue Mar 3, 2023 · 0 comments · Fixed by #291
Closed

[New Data Source]: cloudavenue_vapp_isolated_network #143

MrRometo opened this issue Mar 3, 2023 · 0 comments · Fixed by #291
Assignees

Comments

@MrRometo
Copy link

MrRometo commented Mar 3, 2023

Description

Add datasource cloudavenue_vapp_isolated_network

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

cloudavenue_vapp_isolated_network

Potential Terraform Configuration

data "cloudavenue_vapp" "web" {
  name = "vapp_test3"
}

data "cloudavenue_vapp_isolated_network" "network1" {
  vapp_name = data.vcd_vapp.web.name
  name      = "my-net_romain"
}

output "gateway" {
  value = data.vcd_vapp_network.network1.gateway
}

References

https://registry.terraform.io/providers/vmware/vcd/latest/docs/data-sources/vapp_network

Would you like to implement a fix?

None

@gaetanars gaetanars changed the title [New Data Source]: cloudavenue_vapp_network [New Data Source]: cloudavenue_vapp_isolated_network Mar 7, 2023
@dmicheneau dmicheneau linked a pull request Apr 26, 2023 that will close this issue
3 tasks
@dmicheneau dmicheneau self-assigned this Apr 28, 2023
@azrod azrod closed this as completed in #291 Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants