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

key_years_valid defaults to 1 when importing okta_app_saml version 3.5.0 of plugin #201

Closed
btsteve opened this issue Oct 15, 2020 · 4 comments
Assignees
Labels
bug wontfix This will not be worked on

Comments

@btsteve
Copy link

btsteve commented 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:

  • key_years_valid = 1

from resource:

key_years_valid            = null
@btsteve 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
@btsteve
Copy link
Author

btsteve commented Oct 15, 2020

There was a previous issue that keeps getting marked as stale.

#73

@rnikoopour
Copy link

rnikoopour commented Oct 28, 2020

This happens in with provider version 3.5.1 and 3.4.1 as well.

@noinarisak noinarisak added the bug label Nov 9, 2020
@bogdanprodan-okta bogdanprodan-okta added the wontfix This will not be worked on label Dec 17, 2020
@bogdanprodan-okta
Copy link
Contributor

Hi @btsteve! This issue will be fixed in the new 3.7.2 version so after the import key_name and key_years_valid will be set to null

@bogdanprodan-okta
Copy link
Contributor

Hi @btsteve! The issue should be fixed in the latest 3.7.2 version. In case it still exists, please reopen this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

4 participants