Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Configuration Examples

Here lies the examples that will aid you on your Okta Terraform journey. PLEASE NOTE not all resources are yet outlined here. Just some really common ones! We will stand up a wiki soon.

Example Stacks

  • Okta and Cognito Example of using Okta OIDC application with a Cognito ID Provider to provide a serverless SPA access to AWS resources.

Test Fixture Examples

Anything that lies underneath a resource directory is config we use as fixtures to our tests. We use the special trigger replace_with_uuid to trigger the fixture manager to insert a unique id. Eventually we will stand up a wiki for the provider, but we don't quite have the manpower yet to do so.

Resources

Data Sources

Deprecated Resources

  • okta_identity_provider -- See okta_idp, okta_idp_social, and okta_idp_saml.
  • okta_user_schema_propertys -- See okta_user_schema_property.

Notes

As resource fixtures are added, please be sure to only put a VALID config in each resource sub-directory. Intentionally invalid config for testing should stay in the test file.