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 f52ed87 commit 1d5606d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod-ec2/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

resource "aws_ssm_parameter" "foo" {
name = "prod/ec2"
name = "/prod/ec2"
type = "String"
value = "ec2 prod"
}

0 comments on commit 1d5606d

Please sign in to comment.