You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
modules/aws-regions/README.md

23 lines
602 B
Markdown

---
display_name: AWS Regions
description: Add Amazon Web Services regions to your Coder template.
icon: ../.icons/aws.svg
maintainer_github: coder
verified: true
tags: [aws, regions, zones]
---
# 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:
```hcl
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
}
```