Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes authored Sep 12, 2024
1 parent c4623c1 commit 1aa1336
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions prod-vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_ssm_parameter" "foo" {
name = "/prod/vpc"
type = "String"
value = "11.10.10.0/32"
}
#resource "aws_ssm_parameter" "foo" {
# name = "/prod/vpc"
# type = "String"
# value = "11.10.10.0/32"
#}

0 comments on commit 1aa1336

Please sign in to comment.