Skip to content

Instantly share code, notes, and snippets.

@MatthewJDavis
Created January 27, 2021 22:39
Show Gist options
  • Select an option

  • Save MatthewJDavis/41a04b3a6d29b3eab129df821128a9dd to your computer and use it in GitHub Desktop.

Select an option

Save MatthewJDavis/41a04b3a6d29b3eab129df821128a9dd to your computer and use it in GitHub Desktop.
Terraform variables file for Okta
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