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_objectstorage_preauthrequest" {
source="./modules/oci/r/oci_objectstorage_preauthrequest"# access_type - (required) is a type of stringaccess_type=null# bucket - (required) is a type of stringbucket=null# bucket_listing_action - (optional) is a type of stringbucket_listing_action=null# name - (required) is a type of stringname=null# namespace - (required) is a type of stringnamespace=null# object - (optional) is a type of stringobject=null# time_expires - (required) is a type of stringtime_expires=nulltimeouts=[{
create =null
delete =null
update =null
}]
}
resource"oci_objectstorage_preauthrequest""this" {
# access_type - (required) is a type of stringaccess_type=var.access_type# bucket - (required) is a type of stringbucket=var.bucket# bucket_listing_action - (optional) is a type of stringbucket_listing_action=var.bucket_listing_action# name - (required) is a type of stringname=var.name# namespace - (required) is a type of stringnamespace=var.namespace# object - (optional) is a type of stringobject=var.object# time_expires - (required) is a type of stringtime_expires=var.time_expiresdynamic"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"]
}
}
}