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

602 B

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

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
}