Created
January 27, 2021 22:39
-
-
Save MatthewJDavis/41a04b3a6d29b3eab129df821128a9dd to your computer and use it in GitHub Desktop.
Terraform variables file for Okta
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| variable "org_name" { | |
| default = "dev-123456" | |
| } | |
| variable "base_url" { | |
| default = "okta.com" | |
| } | |
| variable "password" { | |
| sensitive = true | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment