Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
motatoes authored Nov 21, 2024
1 parent ed9b361 commit 3a42bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-ec2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ provider "aws" {
resource "aws_ssm_parameter" "foo" {
name = "/dev/ec2"
type = "String"
value = "ec2 instance"
value = "ec2 instance3"
}

0 comments on commit 3a42bc7

Please sign in to comment.