serverless-react
chroto/serverless-react/aws
Terraform module which creates S3, CloudFront, and Route53 resources for hosting a React application
AWS Serverless React Terraform module ================================================ Terraform module which creates S3 and CloudFront resources for hosting a React application. These types of resources are supported: CloudFront Distribution S3 Bucket Usage ----- ``hcl module "my-app" { source = "chroto/serverless-react/aws" name = "my-app" `` Examples -------- Known Issues/Limitations ------------------------ CloudFront restrictions can not be configured Custom aliases and domain names are unavailable * Custom SSL Certificates are not supported Authors ------- Module managed by Chris Proto. License ------- Apache 2 Licensed. See LICENSE for full details.
| Name | Type | Description | Default |
|---|---|---|---|
| name | any | The name for the application | required |
| logging_config | any | List of config maps to describe the CloudFront logging configuration | [] |
| min_ttl | any | The minimum amount of time that you want objects to stay in CloudFront caches be | 0 |
| default_ttl | any | The default amount of time (in seconds) that an object is in a CloudFront cache | 3600 |
| max_ttl | any | The maximum amount of time (in seconds) that an object is in a CloudFront cache | 86400 |
| error_caching_min_ttl | any | he minimum amount of time you want HTTP error codes to stay in CloudFront caches | 60 |
| environment | any | Tag the resources with an environment. Default is `development` | "development" |
| price_class | any | Set the price class for the CloudFront distribution | "PriceClass_100" |
cloudfront_id — The ID of the CloudFront distribution fronting the applications3_bucket_id — The ID of the S3 Bucket hosting the applicationdomain_name — The CloudFront domain nameAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,