Skip to content

Commit fc32410

Browse files
authored
Update main.tf
1 parent 2789dea commit fc32410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: aws-deploy/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ provider "aws" {
44

55
resource "aws_instance" "web" {
66

7-
ami = "var.ami"
7+
ami = "ami-25488752"
88
instance_type = "t2.micro"
99
security_groups = [aws_security_group.ssh_http.name]
1010
user_data = file("template/user_data.sh")

0 commit comments

Comments
 (0)