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"oci_database_cloud_vm_cluster" {
source="./modules/oci/r/oci_database_cloud_vm_cluster"# backup_network_nsg_ids - (optional) is a type of set of stringbackup_network_nsg_ids=[]
# backup_subnet_id - (required) is a type of stringbackup_subnet_id=null# cloud_exadata_infrastructure_id - (required) is a type of stringcloud_exadata_infrastructure_id=null# cluster_name - (optional) is a type of stringcluster_name=null# compartment_id - (required) is a type of stringcompartment_id=null# cpu_core_count - (required) is a type of numbercpu_core_count=null# data_storage_percentage - (optional) is a type of numberdata_storage_percentage=null# defined_tags - (optional) is a type of map of stringdefined_tags={}
# display_name - (required) is a type of stringdisplay_name=null# domain - (optional) is a type of stringdomain=null# freeform_tags - (optional) is a type of map of stringfreeform_tags={}
# gi_version - (required) is a type of stringgi_version=null# hostname - (required) is a type of stringhostname=null# is_local_backup_enabled - (optional) is a type of boolis_local_backup_enabled=null# is_sparse_diskgroup_enabled - (optional) is a type of boolis_sparse_diskgroup_enabled=null# license_model - (optional) is a type of stringlicense_model=null# nsg_ids - (optional) is a type of set of stringnsg_ids=[]
# ssh_public_keys - (required) is a type of list of stringssh_public_keys=[]
# subnet_id - (required) is a type of stringsubnet_id=null# time_zone - (optional) is a type of stringtime_zone=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"oci_database_cloud_vm_cluster""this" {
# backup_network_nsg_ids - (optional) is a type of set of stringbackup_network_nsg_ids=var.backup_network_nsg_ids# backup_subnet_id - (required) is a type of stringbackup_subnet_id=var.backup_subnet_id# cloud_exadata_infrastructure_id - (required) is a type of stringcloud_exadata_infrastructure_id=var.cloud_exadata_infrastructure_id# cluster_name - (optional) is a type of stringcluster_name=var.cluster_name# compartment_id - (required) is a type of stringcompartment_id=var.compartment_id# cpu_core_count - (required) is a type of numbercpu_core_count=var.cpu_core_count# data_storage_percentage - (optional) is a type of numberdata_storage_percentage=var.data_storage_percentage# defined_tags - (optional) is a type of map of stringdefined_tags=var.defined_tags# display_name - (required) is a type of stringdisplay_name=var.display_name# domain - (optional) is a type of stringdomain=var.domain# freeform_tags - (optional) is a type of map of stringfreeform_tags=var.freeform_tags# gi_version - (required) is a type of stringgi_version=var.gi_version# hostname - (required) is a type of stringhostname=var.hostname# is_local_backup_enabled - (optional) is a type of boolis_local_backup_enabled=var.is_local_backup_enabled# is_sparse_diskgroup_enabled - (optional) is a type of boolis_sparse_diskgroup_enabled=var.is_sparse_diskgroup_enabled# license_model - (optional) is a type of stringlicense_model=var.license_model# nsg_ids - (optional) is a type of set of stringnsg_ids=var.nsg_ids# ssh_public_keys - (required) is a type of list of stringssh_public_keys=var.ssh_public_keys# subnet_id - (required) is a type of stringsubnet_id=var.subnet_id# time_zone - (optional) is a type of stringtime_zone=var.time_zonedynamic"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"]
}
}
}
output"availability_domain" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.availability_domain
}
output"backup_network_nsg_ids" {
description="returns a set of string"value=oci_database_cloud_vm_cluster.this.backup_network_nsg_ids
}
output"cluster_name" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.cluster_name
}
output"data_storage_percentage" {
description="returns a number"value=oci_database_cloud_vm_cluster.this.data_storage_percentage
}
output"defined_tags" {
description="returns a map of string"value=oci_database_cloud_vm_cluster.this.defined_tags
}
output"disk_redundancy" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.disk_redundancy
}
output"domain" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.domain
}
output"freeform_tags" {
description="returns a map of string"value=oci_database_cloud_vm_cluster.this.freeform_tags
}
output"id" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.id
}
output"iorm_config_cache" {
description="returns a list of object"value=oci_database_cloud_vm_cluster.this.iorm_config_cache
}
output"is_local_backup_enabled" {
description="returns a bool"value=oci_database_cloud_vm_cluster.this.is_local_backup_enabled
}
output"is_sparse_diskgroup_enabled" {
description="returns a bool"value=oci_database_cloud_vm_cluster.this.is_sparse_diskgroup_enabled
}
output"last_update_history_entry_id" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.last_update_history_entry_id
}
output"license_model" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.license_model
}
output"lifecycle_details" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.lifecycle_details
}
output"listener_port" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.listener_port
}
output"node_count" {
description="returns a number"value=oci_database_cloud_vm_cluster.this.node_count
}
output"nsg_ids" {
description="returns a set of string"value=oci_database_cloud_vm_cluster.this.nsg_ids
}
output"scan_dns_name" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.scan_dns_name
}
output"scan_dns_record_id" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.scan_dns_record_id
}
output"scan_ip_ids" {
description="returns a list of string"value=oci_database_cloud_vm_cluster.this.scan_ip_ids
}
output"shape" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.shape
}
output"state" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.state
}
output"storage_size_in_gbs" {
description="returns a number"value=oci_database_cloud_vm_cluster.this.storage_size_in_gbs
}
output"system_version" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.system_version
}
output"time_created" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.time_created
}
output"time_zone" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.time_zone
}
output"vip_ids" {
description="returns a list of string"value=oci_database_cloud_vm_cluster.this.vip_ids
}
output"zone_id" {
description="returns a string"value=oci_database_cloud_vm_cluster.this.zone_id
}
output"this" {
value=oci_database_cloud_vm_cluster.this
}