Skip to content
Snippets Groups Projects
Commit 593b3d02 authored by Tomasz Maczukin's avatar Tomasz Maczukin
Browse files

Merge branch 'feat/AddAF-SOUTH-1' into 'main'

feature: add af-south-1 region

See merge request gitlab-org/ci-cd/docker-machine!70
parents 38ce33e7 ac574b9c
Branches
Tags
No related merge requests found
...@@ -11,6 +11,7 @@ type region struct { ...@@ -11,6 +11,7 @@ type region struct {
// Ubuntu 16.04 LTS 20180228.1 hvm:ebs-ssd (amd64) // Ubuntu 16.04 LTS 20180228.1 hvm:ebs-ssd (amd64)
// See https://cloud-images.ubuntu.com/locator/ec2/ // See https://cloud-images.ubuntu.com/locator/ec2/
var regionDetails map[string]*region = map[string]*region{ var regionDetails map[string]*region = map[string]*region{
"af-south-1": {"ami-0081edcfb10f9f0d6"},
"ap-east-1": {"ami-107d3e61"}, "ap-east-1": {"ami-107d3e61"},
"ap-northeast-1": {"ami-bcb7f6da"}, "ap-northeast-1": {"ami-bcb7f6da"},
"ap-northeast-2": {"ami-5073de3e"}, "ap-northeast-2": {"ami-5073de3e"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment