oci_artifacts_container_configuration

This resource provides the Container Configuration resource in Oracle Cloud Infrastructure Artifacts service.

Example Usage

resource "oci_artifacts_container_configuration" "test_container_configuration" {
}

Argument Reference

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

Attributes Reference

The following attributes are exported:

Timeouts

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

Import

ContainerConfiguration can be imported using the id, e.g.

$ terraform import oci_artifacts_container_configuration.test_container_configuration "container/configuration/compartmentId/{compartmentId}"