NEW: Initial commit
Terraform modules for AWS Zonal Shift demo
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
output "NlbDns" {
|
||||
value = module.nlb.dns_name
|
||||
}
|
||||
|
||||
output "NlbArn" {
|
||||
value = module.nlb.arn
|
||||
}
|
||||
|
||||
output AzId {
|
||||
value = slice(data.aws_availability_zones.available.zone_ids, 0, 2)
|
||||
}
|
||||
Reference in New Issue
Block a user