This resource provides the Container Configuration resource in Oracle Cloud Infrastructure Artifacts service.
resource "oci_artifacts_container_configuration" "test_container_configuration" {
}
The following arguments are supported:
* IMPORTANT * Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
The following attributes are exported:
is_repository_created_on_first_push
- Whether to create a new container repository when a container is pushed to a new repository path. Repositories created in this way belong to the root compartment. namespace
- The tenancy namespace used in the container repository path.The timeouts
block allows you to specify timeouts for certain operations:
* create
- (Defaults to 20 minutes), when creating the Container Configuration
* update
- (Defaults to 20 minutes), when updating the Container Configuration
* delete
- (Defaults to 20 minutes), when destroying the Container Configuration
ContainerConfiguration can be imported using the id
, e.g.
$ terraform import oci_artifacts_container_configuration.test_container_configuration "container/configuration/compartmentId/{compartmentId}"