You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a resource from okta the terraform provider tries to set key_years_valid to 1 eventhough it was imported as null and setting as null in the resource still tries to set to 1 when running plan.
"key_years_valid": null, from state
from plan:
key_years_valid = 1
from resource:
key_years_valid = null
The text was updated successfully, but these errors were encountered:
btsteve
changed the title
key_years_valid defaults to 1 when importing okta_app_small version 3.5.0 of plugin
key_years_valid defaults to 1 when importing okta_app_saml version 3.5.0 of plugin
Oct 15, 2020
When importing a resource from okta the terraform provider tries to set key_years_valid to 1 eventhough it was imported as null and setting as null in the resource still tries to set to 1 when running plan.
"key_years_valid": null, from state
from plan:
from resource:
The text was updated successfully, but these errors were encountered: