Skip to content

Commit

Permalink
Make docker_credentials a sensative output (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Kincaid <ben.kincaid@rocketinsights.com>
  • Loading branch information
Ben Kincaid and Benjamin Kincaid committed Aug 13, 2023
1 parent d2d534a commit 433be1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ output "created_at" {
output "docker_credentials" {
value = join("", digitalocean_container_registry_docker_credentials.main[*].docker_credentials)
description = " Credentials for the container registry."
sensitive = true
}
output "expiry_seconds" {
value = join("", digitalocean_container_registry_docker_credentials.main[*].expiry_seconds)
Expand Down

0 comments on commit 433be1d

Please sign in to comment.