Skip to content

Commit e253930

Browse files
authored
updated the repository_upstream.md file. Replaced auth_password with auth_secret (#153)
1 parent 10a85a1 commit e253930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/repository_upstream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ resource "cloudsmith_repository_upstream" "docker_hub" {
8888
name = "Docker Hub"
8989
auth_mode = "Username and Password"
9090
auth_username = "my-username"
91-
auth_password = "my-password"
91+
auth_secret = "my-password"
9292
namespace = "${data.cloudsmith_organization.my_organization.slug_perm}"
9393
repository = "${resource.cloudsmith_repository.my_repository.slug_perm}"
9494
upstream_type = "docker"

0 commit comments

Comments
 (0)