mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 19:02:07 +03:00
demo-2b AMIs
This commit is contained in:
+2
-2
@@ -6,8 +6,8 @@ variable "AWS_REGION" {
|
|||||||
variable "WIN_AMIS" {
|
variable "WIN_AMIS" {
|
||||||
type = "map"
|
type = "map"
|
||||||
default = {
|
default = {
|
||||||
us-east-1 = ""
|
us-east-1 = "ami-30540427"
|
||||||
us-west-2 = ""
|
us-west-2 = "ami-9f5efbff"
|
||||||
eu-west-1 = "ami-7ac78809"
|
eu-west-1 = "ami-7ac78809"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user