Created
August 30, 2020 20:09
-
-
Save lekansogunle/10ba01a11b64a2e9e4e09ad858be940b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
locals { | |
images = { | |
us-east-1 = "ami-037ff6453f0855c46" | |
eu-central-1 = "ami-0764964fdfe99bc31" | |
ap-northeast-1 = "ami-04f47c2ec43830d77" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment