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

Support for RG name in outputs.tf #166

Open
1 task done
shahar5 opened this issue Jun 19, 2024 · 0 comments
Open
1 task done

Support for RG name in outputs.tf #166

shahar5 opened this issue Jun 19, 2024 · 0 comments

Comments

@shahar5
Copy link

shahar5 commented Jun 19, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Description

Needed when you have to assign the right RG and VNet dynamically during resource creation, and you have to loop over multiple VNets

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

azurerm_virtual_network.vnet.resource_group_name

Potential Terraform Configuration

output "resource_group_name" {
  description = "The name of the resource group in which the virtual network was created"
  value       = azurerm_virtual_network.vnet.resource_group_name
}

References

No response

@shahar5 shahar5 changed the title Support for output RG name Support for RG name in outputs.tf Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant