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
Muhammad Atif Ali 8ab05d70a8 wip 2 years ago
..
README.md wip 2 years ago
main.tf wip 2 years ago
update.sh wip 2 years ago

README.md

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
}