Skip to content

Commit 81533dc

Browse files
committed
fixed indentation for auth_secret and added signature
1 parent 7869994 commit 81533dc

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_secret = "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)