Skip to content

Commit 1754c28

Browse files
authored
Update resources.tf
the provider no longer supports this attribute so it throws an error. This commit corrects the problem
1 parent 09b25df commit 1754c28

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resources.tf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ resource "okta_app_oauth" "app" {
1111
hide_web = true
1212
response_types = var.response_types
1313
token_endpoint_auth_method = var.auth_method
14-
lifecycle {
15-
ignore_changes = [users]
16-
}
1714
}
1815

1916
resource "okta_app_user" "user" {

0 commit comments

Comments
 (0)