-
Notifications
You must be signed in to change notification settings - Fork 216
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
okta_app_signon_policy
> catch_all
problems after update from 4.11 to 4.13.1
#2197
Comments
okta_app_signon_policy
catch_all prolems after update from 4.11 to 4.13.1
okta_app_signon_policy
catch_all prolems after update from 4.11 to 4.13.1okta_app_signon_policy
> catch_all
problems after update from 4.11 to 4.13.1
This has caused us issues as well, just as we're starting to move config to Terraform. We cannot fall back to an earlier version, as Would it be possible to patch |
I have fix ready to go, trying to get a v4.14.1 out today see #2240 |
This is live in the Terraform Registry |
We have bunch of existing
okta_app_signon_policy
resources such as this one:After upgrading the provider from 4.11 to 4.13.1
terraform plan
wanted to do this change:After going through with this we got this error from
terraform apply
:So here I am reporting the thing.
On the next
terraformapply
run the error message is no longer there for most of the policies but the problem persists for special authentication policies such asokta-admin-console
andmicrosoft-365
.terraform plan
:terraform apply
:Result -> We had to return to 4.11 provider version since we want to have both these policies in terraform.
Also we had the default
any-two-factors
okta_app_signon_policy
imported in terraform state. Provider attempted to update it but this resulted in 403.Result -> We had to remove
okta_app_signon_policy.any-two-factors
from our terraform code by usingremoved
block.The text was updated successfully, but these errors were encountered: