okta / terraform-provider-okta

A Terraform provider to manage Okta resources, enabling infrastructure-as-code provisioning and management of users, groups, applications, and other Okta objects.
https://registry.terraform.io/providers/okta/okta
Mozilla Public License 2.0
253 stars 206 forks source link

Data okta_policy not returning other details #2081

Open cah-chethan-hn opened 2 weeks ago

cah-chethan-hn commented 2 weeks ago

Community Note

Description

When we want to read data for okta_policy, only few attributes getting returning like id,name,status and type. There are many other attributes will be useful while retrieving okta_policy.

New or Affected Resource(s)

data "okta_policy" "example" { name = "Password Policy Example" type = "PASSWORD" }

References

- #0000

arvindkrishnakumar-okta commented 1 week ago

@cah-chethan-hn Thanks for posting!

Will get this addressed.