We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d534a commit 433be1dCopy full SHA for 433be1d
outputs.tf
@@ -36,6 +36,7 @@ output "created_at" {
36
output "docker_credentials" {
37
value = join("", digitalocean_container_registry_docker_credentials.main[*].docker_credentials)
38
description = " Credentials for the container registry."
39
+ sensitive = true
40
}
41
output "expiry_seconds" {
42
value = join("", digitalocean_container_registry_docker_credentials.main[*].expiry_seconds)
0 commit comments