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_mongodb_instance" {
source="./modules/alicloud/r/alicloud_mongodb_instance"# account_password - (optional) is a type of stringaccount_password=null# backup_period - (optional) is a type of set of stringbackup_period=[]
# backup_time - (optional) is a type of stringbackup_time=null# db_instance_class - (required) is a type of stringdb_instance_class=null# db_instance_storage - (required) is a type of numberdb_instance_storage=null# engine_version - (required) is a type of stringengine_version=null# instance_charge_type - (optional) is a type of stringinstance_charge_type=null# kms_encrypted_password - (optional) is a type of stringkms_encrypted_password=null# kms_encryption_context - (optional) is a type of map of stringkms_encryption_context={}
# maintain_end_time - (optional) is a type of stringmaintain_end_time=null# maintain_start_time - (optional) is a type of stringmaintain_start_time=null# name - (optional) is a type of stringname=null# period - (optional) is a type of numberperiod=null# replication_factor - (optional) is a type of numberreplication_factor=null# security_group_id - (optional) is a type of stringsecurity_group_id=null# security_ip_list - (optional) is a type of set of stringsecurity_ip_list=[]
# ssl_action - (optional) is a type of stringssl_action=null# storage_engine - (optional) is a type of stringstorage_engine=null# tags - (optional) is a type of map of stringtags={}
# tde_status - (optional) is a type of stringtde_status=null# vswitch_id - (optional) is a type of stringvswitch_id=null# zone_id - (optional) is a type of stringzone_id=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"alicloud_mongodb_instance""this" {
# account_password - (optional) is a type of stringaccount_password=var.account_password# backup_period - (optional) is a type of set of stringbackup_period=var.backup_period# backup_time - (optional) is a type of stringbackup_time=var.backup_time# db_instance_class - (required) is a type of stringdb_instance_class=var.db_instance_class# db_instance_storage - (required) is a type of numberdb_instance_storage=var.db_instance_storage# engine_version - (required) is a type of stringengine_version=var.engine_version# instance_charge_type - (optional) is a type of stringinstance_charge_type=var.instance_charge_type# kms_encrypted_password - (optional) is a type of stringkms_encrypted_password=var.kms_encrypted_password# kms_encryption_context - (optional) is a type of map of stringkms_encryption_context=var.kms_encryption_context# maintain_end_time - (optional) is a type of stringmaintain_end_time=var.maintain_end_time# maintain_start_time - (optional) is a type of stringmaintain_start_time=var.maintain_start_time# name - (optional) is a type of stringname=var.name# period - (optional) is a type of numberperiod=var.period# replication_factor - (optional) is a type of numberreplication_factor=var.replication_factor# security_group_id - (optional) is a type of stringsecurity_group_id=var.security_group_id# security_ip_list - (optional) is a type of set of stringsecurity_ip_list=var.security_ip_list# ssl_action - (optional) is a type of stringssl_action=var.ssl_action# storage_engine - (optional) is a type of stringstorage_engine=var.storage_engine# tags - (optional) is a type of map of stringtags=var.tags# tde_status - (optional) is a type of stringtde_status=var.tde_status# vswitch_id - (optional) is a type of stringvswitch_id=var.vswitch_id# zone_id - (optional) is a type of stringzone_id=var.zone_iddynamic"timeouts" {
for_each=var.timeoutscontent {
# create - (optional) is a type of stringcreate=timeouts.value["create"]
# delete - (optional) is a type of stringdelete=timeouts.value["delete"]
# update - (optional) is a type of stringupdate=timeouts.value["update"]
}
}
}