Skip to content

Commit d7d42c1

Browse files
committed
Updated auth_password to auth_secret in the repository_upstream.md as auth_password is not part of schema
1 parent 515116a commit d7d42c1

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)