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_file_storage_file_system" {
source="./modules/oci/r/oci_file_storage_file_system"# availability_domain - (required) is a type of stringavailability_domain=null# compartment_id - (required) is a type of stringcompartment_id=null# defined_tags - (optional) is a type of map of stringdefined_tags={}
# display_name - (optional) is a type of stringdisplay_name=null# freeform_tags - (optional) is a type of map of stringfreeform_tags={}
# kms_key_id - (optional) is a type of stringkms_key_id=null# source_snapshot_id - (optional) is a type of stringsource_snapshot_id=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"oci_file_storage_file_system""this" {
# availability_domain - (required) is a type of stringavailability_domain=var.availability_domain# 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# display_name - (optional) is a type of stringdisplay_name=var.display_name# freeform_tags - (optional) is a type of map of stringfreeform_tags=var.freeform_tags# kms_key_id - (optional) is a type of stringkms_key_id=var.kms_key_id# source_snapshot_id - (optional) is a type of stringsource_snapshot_id=var.source_snapshot_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"]
}
}
}