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
258 stars 208 forks source link

TFlint ruleset okta #581

Closed vazuev closed 3 years ago

vazuev commented 3 years ago

Hi! There is nothing to check TF code for Okta. We have found one restriction for the name attribute of okta_auth_server_policy. It should be no longer than 50 characters. I have written TF linter for this https://github.com/vazuev/tflint-ruleset-okta. I would like to write more linter rules, but there is no information about other restrictions or code conventions. I'd like you to help me find information or show me directions to look for.

Community Note

Description

New or Affected Resource(s)

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

bogdanprodan-okta commented 3 years ago

Hi, @vazuev! Thanks for submitting this issue! I think you can find some of the restrictions in the official documentation, however, I think some of the validation info might be missing from there.

github-actions[bot] commented 3 years ago

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 5 days