Skip to content

nclsprsn/tf-aws-static-website

Repository files navigation

tf-aws-static-website

Terraform module for a static website

Requirements

Name Version
aws ~> 3.3.0
aws ~> 3.3.0

Providers

Name Version
aws ~> 3.3.0 ~> 3.3.0
aws.us-east-1 ~> 3.3.0 ~> 3.3.0

Inputs

Name Description Type Default Required
aws_region AWS region name (us-east-1, eu-east-1...) string n/a yes
default_root_object Default root object e.g: index.html string "index.html" no
domain_name Domain name string n/a yes
environment Name of the environment string n/a yes
hosted_zone_id Route 53 hosted zone id string n/a yes
project_name Name of the project string n/a yes
stack Stack name, name of the project, customer name... string n/a yes

Outputs

No output.

About

Terraform module for a static website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages