Last active
January 28, 2021 23:10
-
-
Save MatthewJDavis/9741a1ca57c53a682f1378976e2c4f7b to your computer and use it in GitHub Desktop.
Vars for the okta app demo
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-12345" | |
} | |
variable "base_url" { | |
default = "okta.com" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment