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: Add upgrade path info for terraform platform modules release version 6 #312

Merged
merged 5 commits into from
Jan 9, 2025
Merged
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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@

* 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

To upgrade to version 6 of terraform-platform-modules you can modify the
`<application>-deploy/platform-config.yml` for the environments that you want to upgrade (put the `versions` property in an individual environment or under the `*` to apply to all environments)

```
environments:
"*":
accounts:
deploy:
name: "platform-sandbox"
id: "563763463626"
dns:
name: "dev"
id: "011755346992"
vpc: platform-sandbox-dev
dev:
versions: # add "versions" property
terraform-platform-modules: 6 # set "terraform-platform-modules" property to 6
...
```

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


Expand Down
Loading