diff --git a/main.tf b/main.tf index c4af43f7b..566862859 100644 --- a/main.tf +++ b/main.tf @@ -15,7 +15,7 @@ terraform { organization = "MKT-Terraform-Demos" workspaces { - name = "demo-github-actions" + name = "demo-github-actions2" } } } @@ -29,7 +29,7 @@ provider "aws" { resource "random_pet" "sg" {} resource "aws_instance" "web" { - ami = "ami-09e67e426f25ce0d7" + ami = "ami-02dcfe5d1d39baa4e" instance_type = "t3.micro" vpc_security_group_ids = [aws_security_group.web-sg.id]