From 5cc907eca9a90d0db8bcc9fe62301c93a31ce96d Mon Sep 17 00:00:00 2001
From: Axel von Bertoldi <avonbertoldi@gitlab.com>
Date: Wed, 6 Mar 2024 16:14:10 -0700
Subject: [PATCH] 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.
---
 drivers/amazonec2/region.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/amazonec2/region.go b/drivers/amazonec2/region.go
index 609338e5..6f672a0b 100644
--- a/drivers/amazonec2/region.go
+++ b/drivers/amazonec2/region.go
@@ -42,6 +42,8 @@ var regionDetails = map[string]*region{
 	"us-east-2":       {AmiId: "ami-07b469810a61205a8"},
 	"us-west-1":       {AmiId: "ami-0440a72908149722a"},
 	"us-west-2":       {AmiId: "ami-05d7e58fb07229475"},
+	"us-gov-east-1":   {AmiId: "ami-0eb7ef4cc0594fa04"},
+	"us-gov-west-1":   {AmiId: "ami-029a634618d6c0300"},
 	"custom-endpoint": {""},
 }
 
-- 
GitLab