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_database_software_image" {
source="./modules/oci/r/oci_database_database_software_image"# compartment_id - (required) is a type of stringcompartment_id=null# database_software_image_one_off_patches - (optional) is a type of list of stringdatabase_software_image_one_off_patches=[]
# database_version - (required) is a type of stringdatabase_version=null# defined_tags - (optional) is a type of map of stringdefined_tags={}
# display_name - (required) is a type of stringdisplay_name=null# freeform_tags - (optional) is a type of map of stringfreeform_tags={}
# image_shape_family - (optional) is a type of stringimage_shape_family=null# image_type - (optional) is a type of stringimage_type=null# ls_inventory - (optional) is a type of stringls_inventory=null# patch_set - (required) is a type of stringpatch_set=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"oci_database_database_software_image""this" {
# compartment_id - (required) is a type of stringcompartment_id=var.compartment_id# database_software_image_one_off_patches - (optional) is a type of list of stringdatabase_software_image_one_off_patches=var.database_software_image_one_off_patches# database_version - (required) is a type of stringdatabase_version=var.database_version# 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# freeform_tags - (optional) is a type of map of stringfreeform_tags=var.freeform_tags# image_shape_family - (optional) is a type of stringimage_shape_family=var.image_shape_family# image_type - (optional) is a type of stringimage_type=var.image_type# ls_inventory - (optional) is a type of stringls_inventory=var.ls_inventory# patch_set - (required) is a type of stringpatch_set=var.patch_setdynamic"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"database_software_image_included_patches" {
description="returns a list of string"value=oci_database_database_software_image.this.database_software_image_included_patches
}
output"database_software_image_one_off_patches" {
description="returns a list of string"value=oci_database_database_software_image.this.database_software_image_one_off_patches
}
output"defined_tags" {
description="returns a map of string"value=oci_database_database_software_image.this.defined_tags
}
output"freeform_tags" {
description="returns a map of string"value=oci_database_database_software_image.this.freeform_tags
}
output"id" {
description="returns a string"value=oci_database_database_software_image.this.id
}
output"image_shape_family" {
description="returns a string"value=oci_database_database_software_image.this.image_shape_family
}
output"image_type" {
description="returns a string"value=oci_database_database_software_image.this.image_type
}
output"included_patches_summary" {
description="returns a string"value=oci_database_database_software_image.this.included_patches_summary
}
output"is_upgrade_supported" {
description="returns a bool"value=oci_database_database_software_image.this.is_upgrade_supported
}
output"lifecycle_details" {
description="returns a string"value=oci_database_database_software_image.this.lifecycle_details
}
output"ls_inventory" {
description="returns a string"value=oci_database_database_software_image.this.ls_inventory
}
output"state" {
description="returns a string"value=oci_database_database_software_image.this.state
}
output"time_created" {
description="returns a string"value=oci_database_database_software_image.this.time_created
}
output"this" {
value=oci_database_database_software_image.this
}