From 4e532ff024b40f5373ddb290d4c9f1913eada6b5 Mon Sep 17 00:00:00 2001 From: Adam Pike Date: Wed, 29 Dec 2021 18:28:26 -0330 Subject: [PATCH] Update Terraform example README.md Added a section in the update instructions for updating from versions older than 2.3.0 so the health check will pass. Also changed `upgrade` to `update` for consistency with our support articles (i.e. [Update the 1Password SCIM bridge](https://support.1password.com/scim-update/)). --- aws-ecsfargate-terraform/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/aws-ecsfargate-terraform/README.md b/aws-ecsfargate-terraform/README.md index 9c720a9..b82fafb 100644 --- a/aws-ecsfargate-terraform/README.md +++ b/aws-ecsfargate-terraform/README.md @@ -91,9 +91,9 @@ After a few minutes and the DNS update has had time to take effect, go to the SC Connect to your Identity Provider following [the remainder of our setup guide](https://support.1password.com/scim/#step-2-deploy-the-scim-bridge). -## Upgrading +## Updating -To upgrade your deployment, edit the `task-definitions/scim.json` file and edit the following line: +To update your deployment to the latest version, edit the `task-definitions/scim.json` file and edit the following line: ```json "image": "1password/scim:v2.0.x", @@ -108,6 +108,10 @@ terraform plan -out=./op-scim.plan terraform apply ./op-scim.plan ``` +### December 2021 Update Changes + +As of December 2021, [the ALB health check path has changed](https://github.com/1Password/scim-examples/pull/162). If you are updating from a version earlier than 2.3.0, edit your `terraform.tf` file [to use `/app` instead of `/`](https://github.com/1Password/scim-examples/pull/162/commits/a876c46b9812e96f65e42e0441a772566ca32176#) for the health check before reapplying your Terraform settings. + ## Troubleshooting ### Logs