variables.tf 155 B

123456789101112
  1. variable "okta_app" {
  2. type = string
  3. }
  4. variable "account_alias" {
  5. type = string
  6. }
  7. variable "trusted_arns" {
  8. type = list(string)
  9. default = []
  10. }