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: Comment added to explain how to upgrade terraform platform modules ve… #311

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@
### Features

* DBTP-1395 Add CloudFront and application load balancer origin verification secret for IP Filter spoofing ([#273](https://github.com/uktrade/terraform-platform-modules/issues/273)) ([7c182e0](https://github.com/uktrade/terraform-platform-modules/commit/7c182e002ffc2ad465dfef255c086af114e53e97))

## Upgrade path

Major version release, so the version will need updating in the following files:
`<application>-deploy/terraform/environments/*/main.tf`

The `source` attribute will need updating to **6** as per example below:

```
module "extensions" {
source = "git::https://github.com/uktrade/terraform-platform-modules.git//extensions?depth=1&ref=6"

args = local.args
environment = ...
vpc_name = ...
}
```

Please let SRE and the Platform team know when you have upgraded to this release

## [5.15.0](https://github.com/uktrade/terraform-platform-modules/compare/5.14.0...5.15.0) (2025-01-07)

Expand Down
Loading