Skip to content

Commit b7cb0eb

Browse files
committed
Merge pull request #3613 from mboersma/update-do-regions
feat(contrib/digitalocean): enable ams2 and sfo1 datacenters
2 parents e04b9fa + 1b43c44 commit b7cb0eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/digitalocean/provision-do-cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if [ -z "$DEIS_NUM_INSTANCES" ]; then
4141
DEIS_NUM_INSTANCES=3
4242
fi
4343

44-
regions_without_private_networking_or_metadata="nyc1 nyc2 ams1 ams2 sfo1"
44+
regions_without_private_networking_or_metadata="nyc1 nyc2 ams1"
4545
if listcontains "$regions_without_private_networking_or_metadata" "$REGION_SLUG";
4646
then
4747
echo_red "Invalid region. Please supply a region with private networking & metadata support."

0 commit comments

Comments
 (0)