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 dca0b83 commit 1c0b016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-vpc/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_ssm_parameter" "foo" {
name = "dev/vpc"
name = "/dev/vpc"
type = "String"
value = "10.10.10.0/32"
}

0 comments on commit 1c0b016

Please sign in to comment.