/object-storages API group). Provider manage subscription-nya, buckets, S3 credentials, sama object per-item lewat control-plane API.
Setiap create/upgrade bikin order berbayar beneran. Upgrade quota cuma bisa naik dan nge-billing increment-nya.
biznetgio_object_storage
Instance Object Storage yang ke-subscribe (S3 tenant). Quota cuma bisa naik; update ngirim increment.
Import pake numeric account id.
biznetgio_object_storage_bucket
Bucket di dalam instance. Cuma ACL yang bisa diubah.
Format Import ID:
<account_id>:<bucket_name>, contohnya terraform import biznetgio_object_storage_bucket.assets 12345:my-assets.
biznetgio_object_storage_credential
Sepasang S3 access/secret key. Secret key cuma muncul sekali pas create dan gak bisa di-fetch lagi.
Format Import ID:
<account_id>:<access_key> - access key boleh ditulis langsung atau pake bentuk hashed 16-hex-nya.
biznetgio_object_storage_object
Wrapper praktis buat upload satu object lewat control-plane API. Salah satu dari source atau content wajib diisi.
Ganti content = replace object; cuma
acl yang update in place.
Resource ini bukan buat object gede atau bulk sync. Buat workload beneran, pake tooling S3-compatible (AWS CLI, rclone, SDKs) dengan credential dari
biznetgio_object_storage_credential - Biznet GIO punya S3 endpoint per-region dengan format nos.<region>.neo.id.<account_id>:<bucket>:<key>, contohnya terraform import biznetgio_object_storage_object.index 12345:my-assets:site/index.html.
Data sources
biznetgio_object_storage_instances
instances: id, label, status, product_id, quota, raw.
biznetgio_object_storage_buckets
Bucket di dalam instance (argument account_id wajib). Item: name, acl, raw.
biznetgio_object_storage_credentials
Credential sebuah instance (argument account_id wajib). Item: access_key (sensitive), active. Secret keys gak pernah di-return.