25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- output "azrgid" {
- value = module.azure_rg.ids
- description = "List of resource group ids."
- }
-
- output "azsaid" {
- value = module.azure_sa.ids
- description = "List of storage account ids."
- }
-
- output "azvnetid" {
- value = module.azure_vnet.ids
- description = "List of virtual network ids."
- }
-
- output "azrtbid" {
- value = module.azure_rtb.ids
- description = "List of route table ids."
- }
-
- output "azrtbsubnet" {
- value = module.azure_rtb.subnets
- description = "List of route table subnets."
- }
-
- output "azsub_rtb_id" {
- value = module.azure_subnet_link.subnet_rtb_ids
- description = "List of subnet route table association ids."
- }
-
- output "azsub_natgw_id" {
- value = module.azure_subnet_link.subnet_natgw_ids
- description = "List of subnet nat gateway association ids."
- }
-
- output "aznsgid" {
- value = module.azure_nsg.ids
- description = "List of network security groups ids."
- }
-
- output "azvmid" {
- value = module.azure_vm.ids
- description = "List of virtual machine ids."
- }
-
- output "azlbid" {
- value = module.azure_lb.ids
- description = "List of load balancer ids."
- }
-
- output "azlawid" {
- value = module.azure_law.ids
- description = "List of workspace ids."
- }
|