Skip to content

Commit

Permalink
chore(deps): update terraform trussworks/logs/aws to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent 6b58198 commit 9b6e6ca
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.3.0"
version = "~> 17.0.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.3.0"
version = "~> 17.0.0"

default_allow = false
allow_config = true
Expand Down
2 changes: 1 addition & 1 deletion 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.3.0"
version = "17.0.0"

default_allow = false

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.3.0"
version = "~> 17.0.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.3.0"
version = "~> 17.0.0"

default_allow = false
allow_config = true
Expand Down

0 comments on commit 9b6e6ca

Please sign in to comment.