display_name, description, icon, maintainer_github, verified, tags
| display_name | description | icon | maintainer_github | verified | tags | |||
|---|---|---|---|---|---|---|---|---|
| AWS Regions | Add Amazon Web Services regions to your Coder template. | ../.icons/aws.svg | coder | true |
|
Amazon Web Services Regions
This module adds Amazon Web Services regions to your Coder template.
How to use this module
To use this module, add the following snippet to your template manifest:
module "aws_regions" {
source = "https://registry.coder.com/modules/aws-regions"
gcp_regions = ["us-west-1", "us-west-2"] # Add your desired regions here, use ["all"] for all regions
}