Terraform module to create Container Registry on Oracle Cloud Infrastructure.
module "terraform-oci-container-registry" {
source = "https://github.com/avaloqcloud/terraform-oci-container-registry?ref=v0.1.0"
compartment_id = "ocid1.compartment.oc1..xxx"
display_name = "namespace/container-name"
is_public = false| Name | Version |
|---|---|
| terraform | ~> 1.2.8 |
| oci | ~> 5.18.0 |
| Name | Version |
|---|---|
| oci | ~> 5.18.0 |
No modules.
| Name | Type |
|---|---|
| oci_artifacts_container_repository.this | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| compartment_ocid | The OCID of the compartment. | string |
n/a | yes |
| display_name | Container registry name. Format: /<container_name> | string |
null |
no |
| is_public | Enable public access to the Container Registry | boolean |
false |
no |
No outputs.