diff --git a/.changeset/metal-drinks-occur.md b/.changeset/metal-drinks-occur.md deleted file mode 100644 index 7309c24..0000000 --- a/.changeset/metal-drinks-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@common-fate/terraform-aws-common-fate-deployment": patch ---- - -Fix an issue where enabling IDP-initiated SAML SSO login would cause Terraform drift. You can now set the `saml_allow_idp_initiated_sign_in` variable to `true` to avoid configuration drift. diff --git a/CHANGELOG.md b/CHANGELOG.md index d5c59fa..7f6aaf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @common-fate/terraform-aws-common-fate-deployment +## 2.8.2 + +### Patch Changes + +- d9b06a1: Fix an issue where enabling IDP-initiated SAML SSO login would cause Terraform drift. You can now set the `saml_allow_idp_initiated_sign_in` variable to `true` to avoid configuration drift. + ## 2.8.1 ### Patch Changes diff --git a/package.json b/package.json index 6929500..48c0d12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@common-fate/terraform-aws-common-fate-deployment", - "version": "2.8.1", + "version": "2.8.2", "description": "", "main": "index.js", "keywords": [],