Skip to content

hsch/terraform-aws-regions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

terraform-aws-regions

How to use

  1. Download aws-regions.tf into your own repository:

    ...
  2. Initialise Terraform:

    terraform init
  3. Use aliases like so:

    resource "aws_something" "something_in_sydney" {
      provider = aws.ap-southeast-2
      foo = "bar"
      baz = 42
      # ...
    }
    

Source

License

Free to use, at your own risk; no warranties. ¯\_(ツ)_/¯

About

A simple Terraform file with a provider alias for each AWS region

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages