Skip to content
Snippets Groups Projects
Unverified Commit 5cc907ec authored by Axel von Bertoldi's avatar Axel von Bertoldi
Browse files

Restore us-gov-* region AMIs

Over in
https://gitlab.com/gitlab-org/ci-cd/docker-machine/-/merge_requests/120
we updated region AMIs, and in the process removed `us-gov-*` entries.
This commit restores those entries.
parent c6a296fc
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ var regionDetails = map[string]*region{ ...@@ -42,6 +42,8 @@ var regionDetails = map[string]*region{
"us-east-2": {AmiId: "ami-07b469810a61205a8"}, "us-east-2": {AmiId: "ami-07b469810a61205a8"},
"us-west-1": {AmiId: "ami-0440a72908149722a"}, "us-west-1": {AmiId: "ami-0440a72908149722a"},
"us-west-2": {AmiId: "ami-05d7e58fb07229475"}, "us-west-2": {AmiId: "ami-05d7e58fb07229475"},
"us-gov-east-1": {AmiId: "ami-0eb7ef4cc0594fa04"},
"us-gov-west-1": {AmiId: "ami-029a634618d6c0300"},
"custom-endpoint": {""}, "custom-endpoint": {""},
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment