-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 Provider Not Up to Date (~> 4.11.0) #1936
Comments
I could take this one |
@brennoo what versions would you be changing to? I was looking to fix something else I just discovered with network_zones. |
@jgalluzzi mainly Okta SDK to V5; check the PR I raised, if it gets accepted I will keep updating the remaining resources |
@jgalluzzi I've updated network_zone, take a look |
Hey, would be really useful to also add the admin part of Okta.
|
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
I will resume working on my PR until we hear from the maintainer |
I'm encountering issues with the Okta provider while using Terraformer to generate OAuth and SWA applications (only tested with those for now). The provider seems outdated, and the generated Terraform code is producing the following errors:
OAuth Apps:
Required attribute "type" not specified: An attribute named "type" is required
.SWA Apps:
""groups" is deprecated: Reason: "Groups associated with the application""
""users" is deprecated: Reason: "Users associated with the application""
"groups"
and"users"
, which are no longer supported by the Terraform Okta provider.Plugin Error
Steps to Reproduce:
OKTA_API_TOKEN
,OKTA_ORG_NAME
, andOKTA_BASE_URL
..tf
files produce the above errors when applied with Terraform.Terraformer Version:
v0.8.24
Terraform Version:
1.9.7
Okta Provider Version:
4.11.0
Could you please update the Terraformer Okta provider integration to support the current schema.
Thanks, this tool is amazing!
The text was updated successfully, but these errors were encountered: