Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update terragrunt dependency github.com/terraform-aws-modules/terraform-aws-vpc to v5 #74

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

linhng98
Copy link
Owner

@linhng98 linhng98 commented Jun 27, 2023

This PR contains the following updates:

Package Type Update Change
github.com/terraform-aws-modules/terraform-aws-vpc github major v3.19.0 -> v5.13.0

Release Notes

terraform-aws-modules/terraform-aws-vpc

v5.13.0

Compare Source

Features

v5.12.1

Compare Source

Bug Fixes
  • Update flow log ARNs to use partition from aws_partition data source (#​1112) (72cde38)

v5.12.0

Compare Source

Features

v5.11.0

Compare Source

Features
  • Add route to 0.0.0.0/0 & ::/0 (when IPv6 is enabled) on all public route tables (#​1100) (b3e7803)

v5.10.0

Compare Source

Features
  • Added ipv6_address_preferred_lease_time parameter to aws_vpc_dhcp_options resource (#​1105) (3adb594)

v5.9.0

Compare Source

Features
  • Allow custom VPC Flow Log IAM Role name and IAM Policy name (#​1089) (f8cd168)

v5.8.1

Compare Source

Bug Fixes
  • Do not replace NAT gateways when additional subnets are added (#​1055) (cf18c37)

v5.8.0

Compare Source

Features
  • Add support for multiple route tables to public and intra subnets (#​1051) (da05f24)

v5.7.2

Compare Source

Bug Fixes
  • Create private_ipv6_egress routes only when having at least one private subnet (#​1062) (8701204)

v5.7.1

Compare Source

Bug Fixes
  • Create the same number of IPv6 egress only gateway routes as the number of NAT gateways that are enabled/created (#​1059) (77df552)

v5.7.0

Compare Source

Features
  • Allow setting vpc endpoints as an input for each endpoint (#​1056) (9163310)

v5.6.0

Compare Source

Features

v5.5.3

Compare Source

Bug Fixes
  • Update CI workflow versions to remove deprecated runtime warnings (#​1052) (3b5b7f1)

v5.5.2

Compare Source

5.5.2 (2024-02-09)
Bug Fixes

v5.5.1

Compare Source

5.5.1 (2024-01-13)
Bug Fixes
  • Correct VPC endpoint private DNS resolver for_each key (#​1029) (a837be1)

v5.5.0

Compare Source

Features

v5.4.0

Compare Source

Features

v5.3.0

Compare Source

Features

v5.2.0

Compare Source

Features
  • Add skip_destroy to vpc flow log cloudwatch log group (#​1009) (abe2c0f)

v5.1.2

Compare Source

5.1.2 (2023-09-07)
Bug Fixes
  • The number of intra subnets should not influence the number of NAT gateways provisioned (#​968) (1e36f9f)

v5.1.1

Compare Source

5.1.1 (2023-07-25)
Bug Fixes

v5.1.0

Compare Source

Features
  • Add support for creating a security group for VPC endpoint(s) (#​962) (802d5f1)

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Bump Terraform AWS Provider version to 5.0 (#​941)
Features

v4.0.2

Compare Source

4.0.2 (2023-05-15)
Bug Fixes

v4.0.1

Compare Source

4.0.1 (2023-04-07)
Bug Fixes
  • Add missing private subnets to max subnet length local (#​920) (6f51f34)

v4.0.0

Compare Source

⚠ BREAKING CHANGES

List of backwards incompatible changes

  • The minimum required Terraform version is now 1.0
  • The minimum required AWS provider version is now 4.x (4.35.0 at time of writing)
  • assign_ipv6_address_on_creation has been removed; use the respective subnet type equivalent instead (i.e. - public_subnet_assign_ipv6_address_on_creation)
  • enable_classiclink has been removed; it is no longer supported by AWS https://github.com/hashicorp/terraform/issues/31730
  • enable_classiclink_dns_support has been removed; it is no longer supported by AWS https://github.com/hashicorp/terraform/issues/31730

Additional changes

Modified
  • map_public_ip_on_launch now defaults to false
  • enable_dns_hostnames now defaults to true
  • enable_dns_support now defaults to true
  • manage_default_security_group now defaults to true
  • manage_default_route_table now defaults to true
  • manage_default_network_acl now defaults to true
  • The default name for the default security group, route table, and network ACL has changed to fallback to append -default to the VPC name if a specific name is not provided
  • The default fallback value for outputs has changed from an empty string to null

See the UPGRADE-4.0.md for further details


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@linhng98
Copy link
Owner Author

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Failed: This project is currently locked by an unapplied plan from pull #68. To continue, delete the lock from #68 or apply that plan and merge the pull request.

Once the lock is released, comment atlantis plan here to re-plan.

@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 95c314a to 9f7ff99 Compare July 15, 2023 19:00
@linhng98
Copy link
Owner Author

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Failed: This project is currently locked by an unapplied plan from pull #68. To continue, delete the lock from #68 or apply that plan and merge the pull request.

Once the lock is released, comment atlantis plan here to re-plan.

@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 9f7ff99 to 477c2bc Compare July 18, 2023 16:02
@linhng98
Copy link
Owner Author

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Failed: This project is currently locked by an unapplied plan from pull #68. To continue, delete the lock from #68 or apply that plan and merge the pull request.

Once the lock is released, comment atlantis plan here to re-plan.

@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 477c2bc to 2327d13 Compare July 25, 2023 19:00
@linhng98
Copy link
Owner Author

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Failed: This project is currently locked by an unapplied plan from pull #68. To continue, delete the lock from #68 or apply that plan and merge the pull request.

Once the lock is released, comment atlantis plan here to re-plan.

@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 2327d13 to 32df918 Compare February 12, 2024 15:03
@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 32df918 to d57c60c Compare March 6, 2024 20:01
@linhng98
Copy link
Owner Author

linhng98 commented Mar 6, 2024

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Error

running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": exit status 1: running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": 
time=2024-03-06T20:01:45Z level=error msg=The currently installed version of Terraform (1.3.7) is not compatible with the version Terragrunt requires (>= 1.7.0).
time=2024-03-06T20:01:45Z level=error msg=Unable to determine underlying exit code, so Terragrunt will exit with error code 1


@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from d57c60c to 7a45efe Compare March 14, 2024 14:01
@linhng98
Copy link
Owner Author

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Error

running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": exit status 1: running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": 
time=2024-03-14T14:01:37Z level=error msg=The currently installed version of Terraform (1.3.7) is not compatible with the version Terragrunt requires (>= 1.7.0).
time=2024-03-14T14:01:37Z level=error msg=Unable to determine underlying exit code, so Terragrunt will exit with error code 1


@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 7a45efe to e07f0e0 Compare March 22, 2024 19:01
@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from e07f0e0 to 9880fd8 Compare April 6, 2024 01:01
@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch 3 times, most recently from bd279b1 to 615bb56 Compare April 26, 2024 16:02
@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 615bb56 to 9ec961a Compare July 5, 2024 17:02
@linhng98
Copy link
Owner Author

linhng98 commented Jul 5, 2024

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Error

running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": exit status 1: running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": 
time=2024-07-05T17:46:49Z level=error msg=The currently installed version of Terraform (1.3.7) is not compatible with the version Terragrunt requires (>= 1.7.0).
time=2024-07-05T17:46:49Z level=error msg=Unable to determine underlying exit code, so Terragrunt will exit with error code 1


@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 9ec961a to 4be73dc Compare August 2, 2024 18:02
@linhng98
Copy link
Owner Author

linhng98 commented Aug 2, 2024

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Error

running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": exit status 1: running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": 
time=2024-08-02T18:02:28Z level=error msg=The currently installed version of Terraform (1.3.7) is not compatible with the version Terragrunt requires (>= 1.7.0).
time=2024-08-02T18:02:28Z level=error msg=Unable to determine underlying exit code, so Terragrunt will exit with error code 1


@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 4be73dc to 462d6d1 Compare August 3, 2024 15:02
@linhng98
Copy link
Owner Author

linhng98 commented Aug 3, 2024

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Error

running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": exit status 1: running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": 
time=2024-08-03T15:03:01Z level=error msg=The currently installed version of Terraform (1.3.7) is not compatible with the version Terragrunt requires (>= 1.7.0).
time=2024-08-03T15:03:01Z level=error msg=Unable to determine underlying exit code, so Terragrunt will exit with error code 1


@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 462d6d1 to 9f7873e Compare August 9, 2024 22:02
@linhng98
Copy link
Owner Author

linhng98 commented Aug 9, 2024

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Error

running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": exit status 1: running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": 
time=2024-08-09T22:02:08Z level=error msg=The currently installed version of Terraform (1.3.7) is not compatible with the version Terragrunt requires (>= 1.7.0).
time=2024-08-09T22:02:08Z level=error msg=Unable to determine underlying exit code, so Terragrunt will exit with error code 1


@linhng98 linhng98 force-pushed the renovate/github.com-terraform-aws-modules-terraform-aws-vpc-5.x branch from 9f7873e to fad9622 Compare August 16, 2024 14:02
@linhng98
Copy link
Owner Author

Ran Plan for dir: external/iac/homelab/vpc workspace: default

Plan Error

running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": exit status 1: running "terragrunt0.40.0 plan -input=false -out=$PLANFILE" in "/atlantis-data/repos/linhng98/mess-around/74/default/external/iac/homelab/vpc": 
time=2024-08-16T14:02:18Z level=error msg=The currently installed version of Terraform (1.3.7) is not compatible with the version Terragrunt requires (>= 1.7.0).
time=2024-08-16T14:02:18Z level=error msg=Unable to determine underlying exit code, so Terragrunt will exit with error code 1


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants