Skip to content

Terraform module to create static websites in S3 with CloudFront.

License

Notifications You must be signed in to change notification settings

unfunco/terraform-aws-static-website

Repository files navigation

terraform-aws-static-website

Terraform module for creating a static website on AWS.

🔨 Getting started

Requirements

Installation and usage

provider "aws" {
  region = var.region
}

module "website" {
  source  = "registry.terraform.io/unfunco/static-website/aws"
  version = "0.1.0"

  domain_name = "unfun.co"
}

License

© 2023 Daniel Morris
Made available under the terms of the Apache License 2.0.