page_title | subcategory | description |
---|---|---|
morpheus_docker_registry_integration Resource - terraform-provider-morpheus |
Provides a doker registry integration resource |
Provides a doker registry integration resource
resource "morpheus_docker_registry_integration" "tf_example_docker_registry_integration" {
name = "tfexampledockerregistry"
enabled = true
url = "https://index.docker.io/v1/"
username = "admin"
password = "password123"
}
name
(String) The name of the docker registry integrationurl
(String) The url of the docker registry
enabled
(Boolean) Whether the docker registry integration is enabledpassword
(String, Sensitive) The password of the account used to authenticate to the docker registryusername
(String) The username of the account used to authenticate to the docker registry
id
(String) The ID of the docker registry integration
Import is supported using the following syntax:
terraform import morpheus_docker_registry_integration.tf_example_docker_registry_integration 1