diff --git a/terraform/aws-accounts/cloud-platform-aws/vpc/.terraform.lock.hcl b/terraform/aws-accounts/cloud-platform-aws/vpc/.terraform.lock.hcl index 1518fe960..9955b0b38 100644 --- a/terraform/aws-accounts/cloud-platform-aws/vpc/.terraform.lock.hcl +++ b/terraform/aws-accounts/cloud-platform-aws/vpc/.terraform.lock.hcl @@ -2,24 +2,24 @@ # Manual edits may be lost in future updates. provider "registry.terraform.io/hashicorp/aws" { - version = "5.83.0" - constraints = ">= 4.9.0, >= 5.46.0, ~> 5.83.0" + version = "6.49.0" + constraints = ">= 4.9.0, >= 5.46.0, >= 5.83.0, ~> 6.49.0" hashes = [ - "h1:uh/57vwauk96J9HjqvjmWV9sLXbX0YXbYnqUBWooiwQ=", - "zh:03a1d4cb151efd9279a3348ecb5e26fe99eb5d217b254e544c7f768a03020d0e", - "zh:07637e75abd0809454d9b51b4499059e6fd3eb58d4723c99bc71d21595a9b897", - "zh:415868ead3d9b9527418c68468972dd0c9614e69240133d8b1d77641259eb396", - "zh:52f343f08881fc88fcbd731cdf480c02edd6eb335934107bbcfb0d97c2a575df", - "zh:60d19aed16142fce6fd95087d9de8d8f59681db98588f9384112045ce533f3ce", - "zh:62775ba5933b41d00df59fe7ae02027d328ccedc06ff5363ff8d2f48633c4012", - "zh:95c7a13b5ef625a672f0ac94d1a20858f60bf09a6517b180f031b707f37d862d", - "zh:9adf0d9f349e692b9f51375713c316d28d217f72d2b86deb49e48c3834a41539", + "h1:NPu7dmezTMF2cQ3N1oKA3DbLEU4zc7ZLtgm35MgqI4g=", + "zh:11a636bb415bf780f0ad300cab83d687aebdc51381112ae7b29862e0bee43017", + "zh:2d6c4bb861c073d9900a2afc39cc1e38492c6996653e53c7a2083b526fb10ae9", + "zh:49f7ee4a7488f3d31342c5e9dbb577c40e0847a0cab152a0082e9aeef45f5c0f", + "zh:561283c9c9bd36b9d09832e50769b941eb45c43c6ab031f27c8bf78256af4af1", + "zh:576bf944e66d097b29fc45b25a5bbc53e7d4e71a486e2cb126304cf77b51fe79", + "zh:6c6bf8860773c121b9ca22743f733feea943f890fa3aba8740a59579dea16fc4", + "zh:88b963a659e42daac7384a6abb99b3383f9f6c8abad5dedafcd443536b122b84", + "zh:947e9404235ca094e39e7f3f464f99436320a168e1607c550e581fbc70553d48", "zh:9b12af85486a96aedd8d7984b0ff811a4b42e3d88dad1a3fb4c0b580d04fa425", - "zh:b605deb6d3eff97218b6b16b153038ac8e7bd0b8506ae469f2368281dca46cab", - "zh:b8542b3672bca0c6ed522b8f65d92ef5720786301abc7d7dae07f07296398b4c", - "zh:d975790f409234f9791633adba3ffcfbb2526bc04aed1f379fc8f90370366907", - "zh:e621bd43f3a46f122ec450828d590ee2f34c0be5603120876ddfc218861b1802", - "zh:e87e2989e99aa21bbfdb603e1325afe11af126684c64821eca8d014f8b762ca5", - "zh:f7f6f149d6e1e9d4b979b23b248df14bfe3c497052ec41a6dd40d19bcd9cde9a", + "zh:a9c5a37bd1e5e81e85ad3dc3141f1b453b96e9cb8e500bc15bfb9c488fc95dcc", + "zh:b7b8a028fb2eafb98c676f9438808318f7ff0ea76eba03a6653d0940848a31c7", + "zh:be29f31827d6d5567aaec26034e6cceb994460446778ba1d0a435fc7ccd8a9f5", + "zh:c24c60ecffe3a7d44c762e62a29a802aec604096715ad3110b7ca2207124eb3a", + "zh:e2a247c5c7815437969e87cdce1f27f323eea75b97ed53f7605fef05d6406071", + "zh:e590ce9aca3f4fd964f7bf908a24dc3bc88e0b03a8554ccc81b9edcc84690670", ] } diff --git a/terraform/aws-accounts/cloud-platform-aws/vpc/main.tf b/terraform/aws-accounts/cloud-platform-aws/vpc/main.tf index 0cd75ed48..67e35118f 100644 --- a/terraform/aws-accounts/cloud-platform-aws/vpc/main.tf +++ b/terraform/aws-accounts/cloud-platform-aws/vpc/main.tf @@ -55,7 +55,7 @@ locals { ####### module "vpc" { - version = "5.17.0" + version = "6.6.1" source = "terraform-aws-modules/vpc/aws" name = local.vpc_name diff --git a/terraform/aws-accounts/cloud-platform-aws/vpc/versions.tf b/terraform/aws-accounts/cloud-platform-aws/vpc/versions.tf index 230bd3514..c648a9326 100644 --- a/terraform/aws-accounts/cloud-platform-aws/vpc/versions.tf +++ b/terraform/aws-accounts/cloud-platform-aws/vpc/versions.tf @@ -3,7 +3,7 @@ terraform { required_providers { aws = { source = "hashicorp/aws" - version = "~> 5.83.0" + version = "~> 6.49.0" } } } diff --git a/terraform/aws-accounts/cloud-platform-aws/vpc/vpc-endpoints.tf b/terraform/aws-accounts/cloud-platform-aws/vpc/vpc-endpoints.tf index fa4f5119d..f9f64f69d 100644 --- a/terraform/aws-accounts/cloud-platform-aws/vpc/vpc-endpoints.tf +++ b/terraform/aws-accounts/cloud-platform-aws/vpc/vpc-endpoints.tf @@ -32,7 +32,7 @@ resource "aws_security_group" "guardduty_vpce" { module "aws_vpc_endpoints" { source = "terraform-aws-modules/vpc/aws//modules/vpc-endpoints" - version = "6.0.0" + version = "6.6.1" vpc_id = module.vpc.vpc_id