Releases: DNXLabs/terraform-aws-static-app
Releases · DNXLabs/terraform-aws-static-app
2.4.5
2.4.4
2.4.3
What's Changed
- feat: add cloudfront_distribution_id to outputs by @chrisyoungbrighte in #18
New Contributors
- @chrisyoungbrighte made their first contribution in #18
Full Changelog: 2.4.2...2.4.3
2.4.2
2.4.1
What's Changed
- Require provider us-east-1 to cloudwatch alarms by @lgothelipe in #15
New Contributors
- @lgothelipe made their first contribution in #15
Full Changelog: 2.4.0...2.4.1
Breaking changes
Provider us-east-1 required.
provider "aws" {
region = "us-east-1"
alias = "us-east-1"
}
module "frontend_app" {
source = "git::https://github.com/DNXLabs/terraform-aws-static-app.git?ref=2.4.1"
providers = {
aws.us-east-1 = aws.us-east-1
}
}
2.4.0
What's Changed
- Fix/terraform docs by @lzrocha in #12
- 🐛 FIX: Terraform docs CI by @caiovfernandes in #13
- Added condition on data aws_route53_zone by @jrpradojr in #14
New Contributors
- @jrpradojr made their first contribution in #14
Full Changelog: 2.3.0...2.4.0
2.3.0
2.2.1
2.2.0
Include lambda@edge support.