Skip to content

Commit

Permalink
modify main.tf file
Browse files Browse the repository at this point in the history
  • Loading branch information
sp9826086 committed Aug 25, 2024
1 parent c39cb14 commit 7754569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
resource "aws_instance" "web" {
ami = "ami-1234567890"
ami = "ami-1234567890123"
instance_type = "t2.micro"
vpc_security_group_ids = ["${aws_security_group.web.id}"]
}

0 comments on commit 7754569

Please sign in to comment.