bucket

JamesWoolfenden/bucket/oci

Terraform Module HCL OCI
Install
module "bucket" {
source = "JamesWoolfenden/bucket/oci"
version = "0.0.3"
}
plain text: /constructs/tfmod-jameswoolfenden-bucket-oci/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-oci-bucket ![Build Status](https://github.com/JamesWoolfenden/terraform-oci-bucket) ![Latest Release](https://github.com/JamesWoolfenden/terraform-oci-bucket/releases/latest) ![GitHub tag (latest SemVer)](https://github.com/JamesWoolfenden/terraform-oci-bucket/releases/latest) !Terraform Version ![Infrastructure Tests](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=JamesWoolfenden%2Fterraform-oci-bucket&benchmark=CIS+AWS+V1.2) ![pre-commit](https://github.com/pre-commit/pre-commit) ![checkov](https://www.checkov.io/) ![Infrastructure Tests](https://www.bridgecrew.cloud/link/badge?vcs=github&fullRepo=JamesWoolfenden%2Fterraform-oci-bucket&benchmark=INFRASTRUCTURE+SECURITY) Terraform module - a storage bucket in OCI. --- It's 100% Open Source and licensed under the APA

Inputs (15)
NameTypeDescriptionDefault
compartment_idstring required
oci_kms_keystring required
namespacestring"mynamespace"
freeform_tagsmap{ "Department": "Finance" }
bucket_access_typestring""
bucket_storage_tierstring"Standard"
bucket_versioningstring"Enabled"
object_events_enabledbooltrue
metadatamap(any){ "data": "Blockofdata" }
retention_rule_display_namestring"SomeRuleName"
retention_rule_duration_time_amountstring60
retention_rule_duration_time_unitstring"m"
bucket_namestring"myfirstbucket"
defined_tagsmap{ "Operations.CostCenter": "42" }
retention_rule_time_rule_lockedstring""
Outputs (1)
storage
Resources (1)
oci_objectstorage_bucket
Details
FrameworkTerraform Module
LanguageHCL
Version0.0.3
Cloud OCI
Total downloads572
Inputs15
Outputs1
Resources1
NamespaceJamesWoolfenden
Updated