Skip to content

Commit 601e383

Browse files
authored
adds encryption and lifecycle policy to remote state bucket (#25)
1 parent 35e8a88 commit 601e383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/state.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# s3 bucket for tf remote state
1212
module "tf_remote_state" {
13-
source = "github.com/turnerlabs/terraform-remote-state?ref=v2.0.0"
13+
source = "github.com/turnerlabs/terraform-remote-state?ref=v2.2.0"
1414

1515
role = "${var.saml_role}"
1616
application = "${var.app}"

0 commit comments

Comments
 (0)