We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01feb8c commit 71a8720Copy full SHA for 71a8720
main.tf
@@ -14,7 +14,7 @@ resource "aws_iam_account_alias" "alias" {
14
15
module "terraform_state_bucket" {
16
source = "trussworks/s3-private-bucket/aws"
17
- version = "~> 8.0.2"
+ version = "~> 9.0.0"
18
19
bucket = local.state_bucket
20
logging_bucket = local.logging_bucket
0 commit comments