We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7869994 commit 81533dcCopy full SHA for 81533dc
docs/resources/repository_upstream.md
@@ -88,7 +88,7 @@ resource "cloudsmith_repository_upstream" "docker_hub" {
88
name = "Docker Hub"
89
auth_mode = "Username and Password"
90
auth_username = "my-username"
91
- auth_secret = "my-password"
+ auth_secret = "my-password"
92
namespace = "${data.cloudsmith_organization.my_organization.slug_perm}"
93
repository = "${resource.cloudsmith_repository.my_repository.slug_perm}"
94
upstream_type = "docker"
0 commit comments