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_object_head" {
source="./modules/oci/d/oci_objectstorage_object_head"# bucket - (required) is a type of stringbucket=null# namespace - (required) is a type of stringnamespace=null# object - (required) is a type of stringobject=null
}
data"oci_objectstorage_object_head""this" {
# bucket - (required) is a type of stringbucket=var.bucket# namespace - (required) is a type of stringnamespace=var.namespace# object - (required) is a type of stringobject=var.object
}