|
@@ -14,9 +14,11 @@ locals {
|
|
|
# Don't forget `lifecycle { ignore_changes = ["ami"] }` in yoru ec2
|
|
|
# builds!
|
|
|
amis = {
|
|
|
- "rhel7-base" = "ami-0767b07af716390e4",
|
|
|
- "rhel7-master" = "ami-01e1c45b087777413",
|
|
|
- "rhel7-minion" = "ami-0f3d22321d9037644"
|
|
|
+ "rhel7-base" = "ami-0b08c1f5f1c84d2e9"
|
|
|
+ "rhel7-master" = "ami-0ceacf267454aba51"
|
|
|
+ "rhel7-minion" = "ami-08505f005a686f476"
|
|
|
+ "ubuntu1804-base" = "ami-0a84bd4b796860be8"
|
|
|
+ "ubuntu1804-minion" = "TBD"
|
|
|
}
|
|
|
default_ami = local.amis["rhel7-minion"] # Allows us to easily change to a new base standard
|
|
|
|