Skip to content

Releases: DNXLabs/terraform-aws-static-app

2.4.5

17 Dec 05:59
61dd337
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.4...2.4.5

2.4.4

11 Nov 04:46
ed37b74
Compare
Choose a tag to compare

What's Changed

  • Adding trusted_key_groups to default behavior by @adenot in #19

Full Changelog: 2.4.3...2.4.4

2.4.3

31 Jan 05:58
e790f21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.2...2.4.3

2.4.2

15 Aug 07:04
d37358e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.4.2

2.4.1

09 Jun 05:47
91b7744
Compare
Choose a tag to compare

What's Changed

  • Require provider us-east-1 to cloudwatch alarms by @lgothelipe in #15

New Contributors

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

02 Nov 22:48
c1e0e59
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

07 Oct 02:31
4100156
Compare
Choose a tag to compare

FEATURE:
Include CloudFront alarms support

2.2.1

04 Oct 01:42
Compare
Choose a tag to compare

FEATURE:
Add type alias to allow creation of apex records

2.2.0

20 Aug 09:22
Compare
Choose a tag to compare

Include lambda@edge support.

2.1.1

28 Jul 08:44
Compare
Choose a tag to compare

FEATURE:

  • Added optional dynamic block for forwarded_values