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] committed May 2, 2024
1 parent aa101e6 commit 2686c14
Show file tree
Hide file tree
Showing 11 changed files with 372 additions and 264 deletions.
2 changes: 1 addition & 1 deletion modules/aws-example-vpc/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "aws_eip" "nat" {

module "vpc" {
source = "terraform-aws-modules/vpc/aws"
version = "~> 5.7.0"
version = "~> 5.8.0"

name = local.vpc_name
cidr = local.vpc_cidr
Expand Down
58 changes: 29 additions & 29 deletions orgname-id/admin-global/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

94 changes: 65 additions & 29 deletions orgname-infra/admin-global/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions orgname-infra/admin-global/slack.tf
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ module "notify_slack_useast1" {
}

source = "terraform-aws-modules/notify-slack/aws"
version = "~> 6.3.0"
version = "~> 6.4.0"

lambda_function_name = "notify_slack_useast1"
create_sns_topic = false
Expand All @@ -176,7 +176,7 @@ module "notify_slack_useast1" {

module "notify_slack_uswest2" {
source = "terraform-aws-modules/notify-slack/aws"
version = "~> 6.3.0"
version = "~> 6.4.0"

lambda_function_name = "notify_slack_uswest2"
create_sns_topic = false
Expand Down
58 changes: 29 additions & 29 deletions orgname-org-root/admin-global/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2686c14

Please sign in to comment.