Open lborruto opened 1 month ago
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.
okta_admin_role_custom
okta_admin_role_custom_assignments
okta_admin_role_targets
okta_app_access_policy_assignment
okta_admin_role_targets
okta_user_admin_roles
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!