I'm trying to create my Composer env in the Australian region. But I keep getting the following error:
"INVALID_ARGUMENT: Unexpected location: australia-southeast1"
Using the following command:
gcloud beta composer environments create airflow-test-environment --
location australia-southeast1 --zone australia-southeast1-a --m
achine-type n1-standard-1 --labels env=beta
Spinning it up in the US works fine.
Is there a restriction on the regions that Composer can be spun up in that I've missed in the docs somewhere?