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_osmanagement_software_source" {
source="./modules/oci/r/oci_osmanagement_software_source"# arch_type - (required) is a type of stringarch_type=null# checksum_type - (optional) is a type of stringchecksum_type=null# compartment_id - (required) is a type of stringcompartment_id=null# defined_tags - (optional) is a type of map of stringdefined_tags={}
# description - (optional) is a type of stringdescription=null# display_name - (required) is a type of stringdisplay_name=null# freeform_tags - (optional) is a type of map of stringfreeform_tags={}
# maintainer_email - (optional) is a type of stringmaintainer_email=null# maintainer_name - (optional) is a type of stringmaintainer_name=null# maintainer_phone - (optional) is a type of stringmaintainer_phone=null# parent_id - (optional) is a type of stringparent_id=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"oci_osmanagement_software_source""this" {
# arch_type - (required) is a type of stringarch_type=var.arch_type# checksum_type - (optional) is a type of stringchecksum_type=var.checksum_type# compartment_id - (required) is a type of stringcompartment_id=var.compartment_id# defined_tags - (optional) is a type of map of stringdefined_tags=var.defined_tags# description - (optional) is a type of stringdescription=var.description# 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# maintainer_email - (optional) is a type of stringmaintainer_email=var.maintainer_email# maintainer_name - (optional) is a type of stringmaintainer_name=var.maintainer_name# maintainer_phone - (optional) is a type of stringmaintainer_phone=var.maintainer_phone# parent_id - (optional) is a type of stringparent_id=var.parent_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"]
}
}
}