Skip to content

Commit

Permalink
Add extra outputs for Azure
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <jenright@cloudera.com>
  • Loading branch information
jimright committed Oct 7, 2024
1 parent fdb4287 commit 3eb875a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions azure/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,18 @@ output "azure_vnet_name" {
description = "Azure Virtual Network Name"
}

output "azure_cdp_subnet_names" {
value = module.cdp_azure_prereqs.azure_cdp_subnet_names

description = "Azure Subnets used for CDP"
}

output "azure_gateway_subnet_names" {
value = module.cdp_azure_prereqs.azure_cdp_gateway_subnet_names

description = "Azure Subnets used for Gateway Subnets"
}

output "azure_resource_group_name" {
value = module.cdp_azure_prereqs.azure_resource_group_name

Expand Down

0 comments on commit 3eb875a

Please sign in to comment.