Skip to content

Commit 433be1d

Browse files
Ben KincaidBenjamin Kincaid
andauthored
Make docker_credentials a sensative output (#4)
Co-authored-by: Benjamin Kincaid <ben.kincaid@rocketinsights.com>
1 parent d2d534a commit 433be1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ output "created_at" {
3636
output "docker_credentials" {
3737
value = join("", digitalocean_container_registry_docker_credentials.main[*].docker_credentials)
3838
description = " Credentials for the container registry."
39+
sensitive = true
3940
}
4041
output "expiry_seconds" {
4142
value = join("", digitalocean_container_registry_docker_credentials.main[*].expiry_seconds)

0 commit comments

Comments
 (0)