You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"azuread_service_principal_password" {
source="./modules/azuread/r/azuread_service_principal_password"# description - (optional) is a type of stringdescription=null# end_date - (optional) is a type of stringend_date=null# end_date_relative - (optional) is a type of stringend_date_relative=null# key_id - (optional) is a type of stringkey_id=null# service_principal_id - (required) is a type of stringservice_principal_id=null# start_date - (optional) is a type of stringstart_date=null# value - (required) is a type of stringvalue=null
}
resource"azuread_service_principal_password""this" {
# description - (optional) is a type of stringdescription=var.description# end_date - (optional) is a type of stringend_date=var.end_date# end_date_relative - (optional) is a type of stringend_date_relative=var.end_date_relative# key_id - (optional) is a type of stringkey_id=var.key_id# service_principal_id - (required) is a type of stringservice_principal_id=var.service_principal_id# start_date - (optional) is a type of stringstart_date=var.start_date# value - (required) is a type of stringvalue=var.value
}