This changes nothing, don't look

This commit is contained in:
2023-03-24 01:55:00 +02:00
parent 1af330e862
commit 6ab6f113e8

View File

@@ -609,6 +609,7 @@ def list_provider_locations(provider):
count = 0 count = 0
print("Available "+provider+" locations") print("Available "+provider+" locations")
if provider == "aws": if provider == "aws":
print("Still loading...")
locations = [] locations = []
awsLocations = ["ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ca-central-1", "eu-central-1", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "sa-east-1", "us-east-1", "us-east-2", "us-west-1", "us-west-2"] awsLocations = ["ap-northeast-1", "ap-northeast-2", "ap-northeast-3", "ap-south-1", "ap-southeast-1", "ap-southeast-2", "ca-central-1", "eu-central-1", "eu-north-1", "eu-west-1", "eu-west-2", "eu-west-3", "sa-east-1", "us-east-1", "us-east-2", "us-west-1", "us-west-2"]
for region in awsLocations: for region in awsLocations: