-
Notifications
You must be signed in to change notification settings - Fork 208
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
remove deprecated resource and datasource #1532
remove deprecated resource and datasource #1532
Conversation
2279216
to
f087319
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What a liberating PR! +85 −2,382
@@ -7,6 +7,7 @@ import ( | |||
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource" | |||
) | |||
|
|||
// TODU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there still a TODO here?
@@ -15,6 +15,7 @@ import ( | |||
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform" | |||
) | |||
|
|||
// TODU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done?
Super excited about removing all the cruft! |
Hey @duytiennguyen-okta Any info on when we can expect a 4.x release? Would be happy to test. |
@virgofx It should be release by the end of the week |
remove deprecated resource and data source as noted in #1338
I also removed some of attribute that was removed in the resource but not the data source (data_source_okta_user.go)
These 2 test still fail
TestAccOktaPolicyRuleIdpDiscovery_crud
andTestAccOktaUser_customProfileAttributes