Skip to content

Commit

Permalink
updates remote state module to v4.0.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
jritsema authored Aug 20, 2020
1 parent 51dce7d commit 62287c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/state.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# s3 bucket for tf remote state
module "tf_remote_state" {
source = "github.com/turnerlabs/terraform-remote-state?ref=v3.0.0"
source = "github.com/turnerlabs/terraform-remote-state?ref=v4.0.0"

role = var.saml_role
application = var.app
Expand Down

0 comments on commit 62287c5

Please sign in to comment.