Skip to content

Update AWS provider version to 6.30.0 in squid-proxy module - #271

Draft
Shailesh-714 with Copilot wants to merge 3 commits into
mainfrom
copilot/update-aws-version-squid-proxy-module
Draft

Update AWS provider version to 6.30.0 in squid-proxy module#271
Shailesh-714 with Copilot wants to merge 3 commits into
mainfrom
copilot/update-aws-version-squid-proxy-module

Conversation

Copilot AI commented Jul 7, 2026

Copy link
Copy Markdown

Bumps the AWS provider version in the squid-proxy module from ~> 5.0 to 6.30.0, aligning with the version requirement established in the envoy-proxy module.

Changes

  • modules/composition/squid-proxy/versions.tf — Updated required_providers constraint from >= 5.0>= 6.30.0
  • live/dev/eu-central-1/squid-proxy/versions.tf — Updated live layer constraint from ~> 5.0~> 6.30 (allows 6.30+ minor versions within major version 6, consistent with module constraint)
  • live/dev/eu-central-1/squid-proxy/.terraform.lock.hcl — Locked to 6.30.0 with multi-platform hashes (linux/amd64, linux/arm64, darwin/amd64, darwin/arm64, windows/amd64) generated via terraform providers lock
  • modules/composition/squid-proxy/README.md — Updated auto-generated provider version table
# Before
required_providers {
  aws = {
    source  = "hashicorp/aws"
    version = ">= 5.0"
  }
}

# After
required_providers {
  aws = {
    source  = "hashicorp/aws"
    version = ">= 6.30.0"
  }
}

Copilot AI linked an issue Jul 7, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update aws provider version in squid proxy module to 6.30.0 Update AWS provider version to 6.30.0 in squid-proxy module Jul 7, 2026
Copilot AI requested a review from Shailesh-714 July 7, 2026 13:19
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.

Update aws version in squid proxy module

2 participants