Skip to content

A terraform module for providing cloud front to a team for cloud.gov.au

License

Notifications You must be signed in to change notification settings

govau/cga-teamcloudfront-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cga-teamcloudfront-tf

A terraform module for providing cloud front to a team using cloud.gov.au.

The module expects a certificate for the domain to already be issued in ACM in us-east-1 so it can be used with cloud front. Since terraform 0.12, you will have to pass in an aws provider for us_east_aws e.g.

provider "aws" {
    region  = "ap-southeast-2"
}
provider "aws" {
  alias   = "us_east_aws"
  region  = "us-east-1"
}
module "cloudfront" {
  source = "github.com/govau/cga-teamcloudfront-tf?ref=v2.0.1"
  providers = {
    "aws"             = "aws"
    "aws.us_east_aws" = "aws.us_east_aws"
  }
  ...

About

A terraform module for providing cloud front to a team for cloud.gov.au

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages