We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10a85a1 commit e253930Copy full SHA for e253930
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_password = "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