The information in this doc is based on Juju version 3.5.5, and may not accurately reflect other versions of Juju.
See also: add-cloud, clouds, show-cloud, update-cloud, update-public-clouds Alias: regions
Summary
Lists regions for a given cloud.
Usage
juju list-regions [options] <cloud>
Options
Flag | Default | Usage |
---|---|---|
-B , --no-browser-login |
false | Do not use web browser for authentication |
-c , --controller |
Controller to operate in | |
--client |
false | Client operation |
--format |
tabular | Specify output format (json|tabular|yaml) |
-o , --output |
Specify an output file |
Examples
juju regions aws
juju regions aws --controller mycontroller
juju regions aws --client
juju regions aws --client --controller mycontroller
Details
List regions for a given cloud.
Use --controller option to list regions from the cloud from a controller.
Use --client option to list regions known locally on this client.