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"alicloud_ram_account_password_policy" {
source="./modules/alicloud/r/alicloud_ram_account_password_policy"# hard_expiry - (optional) is a type of boolhard_expiry=null# max_login_attempts - (optional) is a type of numbermax_login_attempts=null# max_password_age - (optional) is a type of numbermax_password_age=null# minimum_password_length - (optional) is a type of numberminimum_password_length=null# password_reuse_prevention - (optional) is a type of numberpassword_reuse_prevention=null# require_lowercase_characters - (optional) is a type of boolrequire_lowercase_characters=null# require_numbers - (optional) is a type of boolrequire_numbers=null# require_symbols - (optional) is a type of boolrequire_symbols=null# require_uppercase_characters - (optional) is a type of boolrequire_uppercase_characters=null
}
resource"alicloud_ram_account_password_policy""this" {
# hard_expiry - (optional) is a type of boolhard_expiry=var.hard_expiry# max_login_attempts - (optional) is a type of numbermax_login_attempts=var.max_login_attempts# max_password_age - (optional) is a type of numbermax_password_age=var.max_password_age# minimum_password_length - (optional) is a type of numberminimum_password_length=var.minimum_password_length# password_reuse_prevention - (optional) is a type of numberpassword_reuse_prevention=var.password_reuse_prevention# require_lowercase_characters - (optional) is a type of boolrequire_lowercase_characters=var.require_lowercase_characters# require_numbers - (optional) is a type of boolrequire_numbers=var.require_numbers# require_symbols - (optional) is a type of boolrequire_symbols=var.require_symbols# require_uppercase_characters - (optional) is a type of boolrequire_uppercase_characters=var.require_uppercase_characters
}