Skip to content

Releases: figma/terraform-provider-aws

v3.69.0-figma.16

05 Oct 00:29
Compare
Choose a tag to compare
prevent_destroy: do nothing so this can be migrated

v3.69.0-figma.15

26 Sep 22:30
4f888f9
Compare
Choose a tag to compare
Merge pull request #999 from figma/tbarrella/taskset

ecs task set: support parsing hashicorp ID

v3.69.0-figma.9

05 Jan 21:22
651c49b
Compare
Choose a tag to compare
PreventDestroy: Argument to drive destroy based on triggers #77 (#778)

v3.69.0-figma.6

26 Oct 01:21
Compare
Choose a tag to compare
fix #709, which was backport hashicorp#27390, but missed a line of de…

…letion

v3.69.0-figma.5

24 Oct 21:37
8e133b6
Compare
Choose a tag to compare

v3.69.0-figma.4

19 Aug 19:39
d7b68e0
Compare
Choose a tag to compare
Backport hashicorp/terraform-provider-aws#23759 to add support for `a…

…ws_db_instance_automated_backups_replication` (#628)

This change backports the upstream change hashicorp/terraform-provider-aws#23759, which closes hashicorp/terraform-provider-aws#16708 by adding a new resource definition `aws_db_instance_automated_backups_replication`.

This resource should allow us to define replication for automated RDS backups in regions outside of `us-west-2` in Terraform, superseding the current process where it is configured manually through the AWS Console UI.

I manually patched this change in from upstream since the commit does not apply cleanly, as it was originally created on top of 4.x.x (while our fork is on 3.x.x).

I tested this change in isolation:

```bash
$ go build
$ stat terraform-provider-aws 
  File: terraform-provider-aws
  Size: 329024498 	Blocks: 642632     IO Block: 4096   regular file
Device: 1,18	Inode: 17255977    Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (  501/    klin)   Gid: (   20/   staff)
Access: 2022-08-18 12:30:10.236019469 -0700
Modify: 2022-08-18 10:45:00.068405556 -0700
Change: 2022-08-18 10:45:00.068937606 -0700
 Birth: 2022-08-18 10:44:46.982699917 -0700
```

```bash
$ go test -v ./...
# All existing tests and the new test passes
```

v3.69.0-figma.3

06 Aug 00:33
a7824d0
Compare
Choose a tag to compare
Update synthetics to include env vars, try 2 (#612)

v3.69.0-figma.2

05 Aug 22:12
a7824d0
Compare
Choose a tag to compare
Update synthetics to include env vars, try 2 (#612)

v3.69.0-figma.1

16 Jul 06:18
Compare
Choose a tag to compare
Fix GPG issue in gorelease

Switches hashicorp/ghaction-import-gpg@v2.1.0 to crazy-max/ghaction-import-gpg@v5.0.0

Also speeds up release from 1h30m to 30m by getting rid of build targets that we don't need.

v3.69.0-figma.0

16 Jul 06:10
Compare
Choose a tag to compare
Remove some build targets that we dont use