Skip to content
Snippets Groups Projects
Commit 12df8d90 authored by Dan Levin's avatar Dan Levin Committed by Arran Walker
Browse files

Added il-central-1 to every file with regions

parent c57b3d7e
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,7 @@ By default, the Amazon EC2 driver will use the Ubuntu 20.04 image for the given ...@@ -134,6 +134,7 @@ By default, the Amazon EC2 driver will use the Ubuntu 20.04 image for the given
| eu-west-1 | ami-00e7df8df28dfa791 | | eu-west-1 | ami-00e7df8df28dfa791 |
| eu-west-2 | ami-00826bd51e68b1487 | | eu-west-2 | ami-00826bd51e68b1487 |
| eu-west-3 | ami-0a21d1c76ac56fee7 | | eu-west-3 | ami-0a21d1c76ac56fee7 |
| il-central-1 | ami-094d7561801f53e21 |
| me-central-1 | ami-04e59379df0314070 | | me-central-1 | ami-04e59379df0314070 |
| me-south-1 | ami-05b680b37c7917206 | | me-south-1 | ami-05b680b37c7917206 |
| sa-east-1 | ami-077518a464c82703b | | sa-east-1 | ami-077518a464c82703b |
......
...@@ -32,6 +32,7 @@ var regionDetails = map[string]*region{ ...@@ -32,6 +32,7 @@ var regionDetails = map[string]*region{
"eu-west-1": {AmiId: "ami-00e7df8df28dfa791"}, "eu-west-1": {AmiId: "ami-00e7df8df28dfa791"},
"eu-west-2": {AmiId: "ami-00826bd51e68b1487"}, "eu-west-2": {AmiId: "ami-00826bd51e68b1487"},
"eu-west-3": {AmiId: "ami-0a21d1c76ac56fee7"}, "eu-west-3": {AmiId: "ami-0a21d1c76ac56fee7"},
"il-central-1": {AmiId: "ami-094d7561801f53e21"},
"me-central-1": {AmiId: "ami-04e59379df0314070"}, "me-central-1": {AmiId: "ami-04e59379df0314070"},
"me-south-1": {AmiId: "ami-05b680b37c7917206"}, "me-south-1": {AmiId: "ami-05b680b37c7917206"},
"sa-east-1": {AmiId: "ami-077518a464c82703b"}, "sa-east-1": {AmiId: "ami-077518a464c82703b"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment