Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes authored Jun 5, 2024
1 parent 1d5606d commit 38bada7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions prod-vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@


resource "aws_ssm_parameter" "foo" {
name = "prod/vpc"
name = "/prod/vpc"
type = "String"
value = "11.10.10.0/32"
}

0 comments on commit 38bada7

Please sign in to comment.