variables.tf 87 B

12345678
  1. variable "okta_app" {
  2. type = string
  3. }
  4. variable "account_alias" {
  5. type = string
  6. }