Skip to content

Commit b42905b

Browse files
authored
fix: Updated outputs in ipv6 example (#375)
1 parent 23b0a02 commit b42905b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ipv6/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ output "vpc_id" {
44
value = module.vpc.vpc_id
55
}
66

7-
output "ipv6_association_id" {
7+
output "ipv6_cidr_block" {
88
description = "The IPv6 CIDR block"
99
value = module.vpc.vpc_ipv6_cidr_block
1010
}
1111

12-
output "ipv6_cidr_block" {
12+
output "ipv6_association_id" {
1313
description = "The association ID for the IPv6 CIDR block"
1414
value = module.vpc.vpc_ipv6_association_id
1515
}

0 commit comments

Comments
 (0)