Skip to content

Commit

Permalink
chore(deps): update terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2023
1 parent 69a8f17 commit 8d2a06f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion orgname-id/admin-global/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data "aws_iam_account_alias" "current" {}

module "logs" {
source = "trussworks/logs/aws"
version = "~> 16.1.0"
version = "~> 16.2.0"

default_allow = false
allow_config = true
Expand Down
2 changes: 1 addition & 1 deletion orgname-infra/admin-global/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_caller_identity" "current" {}

module "logs" {
source = "trussworks/logs/aws"
version = "~> 16.1.0"
version = "~> 16.2.0"

default_allow = false
allow_config = true
Expand Down
4 changes: 2 additions & 2 deletions orgname-org-root/admin-global/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data "aws_iam_account_alias" "current" {}

module "logs" {
source = "trussworks/logs/aws"
version = "16.1.0"
version = "16.2.0"

default_allow = false

Expand All @@ -30,7 +30,7 @@ module "logs" {

module "cloudtrail" {
source = "trussworks/cloudtrail/aws"
version = "5.0.0"
version = "5.1.0"
org_trail = true
s3_bucket_name = module.logs.aws_logs_bucket
}
Expand Down
2 changes: 1 addition & 1 deletion orgname-prod/admin-global/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_iam_account_alias" "current" {}

module "logs" {
source = "trussworks/logs/aws"
version = "~> 16.1.0"
version = "~> 16.2.0"

default_allow = false
allow_config = true
Expand Down
2 changes: 1 addition & 1 deletion orgname-sandbox/admin-global/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "aws_iam_account_alias" "current" {}

module "logs" {
source = "trussworks/logs/aws"
version = "~> 16.1.0"
version = "~> 16.2.0"

default_allow = false
allow_config = true
Expand Down

0 comments on commit 8d2a06f

Please sign in to comment.