This commit is contained in:
41
variables.tf
41
variables.tf
@@ -126,3 +126,44 @@ variable "cf_azure_admin_rule_group_id" {
|
|||||||
type = string
|
type = string
|
||||||
sensitive = true
|
sensitive = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#======================================================
|
||||||
|
# OKTA SAML GROUPS
|
||||||
|
#======================================================
|
||||||
|
variable "okta_infra_admin_saml_group_name" {
|
||||||
|
description = "SAML Group name for InfrastructureAdmin group"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "okta_contractors_saml_group_name" {
|
||||||
|
description = "SAML Group name for Contractors group"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "okta_sales_eng_saml_group_name" {
|
||||||
|
description = "SAML Group name for SalesEngineering group"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "okta_sales_saml_group_name" {
|
||||||
|
description = "SAML Group name for Sales group"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "okta_itadmin_saml_group_name" {
|
||||||
|
description = "SAML Group name for ITAdmin group"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
#======================================================
|
||||||
|
# OKTA USER LOGINS
|
||||||
|
#======================================================
|
||||||
|
variable "okta_bob_user_login" {
|
||||||
|
description = "User login for bob, in an email format"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|
||||||
|
variable "okta_matthieu_user_login" {
|
||||||
|
description = "User login for matthieu, in an email format"
|
||||||
|
type = string
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user