diff --git a/demo-1/vars.tf b/demo-1/vars.tf index 5dc7c2d7..b52827c7 100644 --- a/demo-1/vars.tf +++ b/demo-1/vars.tf @@ -5,15 +5,13 @@ variable "AWS_SECRET_KEY" { } variable "AWS_REGION" { - default = "eu-west-1" + default = "ap-southeast-1" } variable "AMIS" { type = map(string) default = { - us-east-1 = "ami-13be557e" - us-west-2 = "ami-06b94666" - eu-west-1 = "ami-0d729a60" + ap-southeast-1 = "ami-02ee763250491e04a" } }