Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

Commit 928e3ea

Browse files
authored
updates vpc output to vpc_cidr_blocks (#26)
1 parent a97baea commit 928e3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## VPC Data
2-
output "vpc" {
2+
output "vpc_cidr_blocks" {
33
value = data.aws_vpc.batcave_vpc.cidr_block_associations.*.cidr_block
44
}
55

0 commit comments

Comments
 (0)