We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ce485 commit 86926f5Copy full SHA for 86926f5
examples/templates/jfrog-docker/main.tf
@@ -17,9 +17,9 @@ terraform {
17
18
locals {
19
# if the jfrog username is same as the coder username, you can use the following
20
- # username = data.coder_workspace.me.owner
+ # artifactory_username = data.coder_workspace.me.owner
21
# if the username is same as email, you can use the following
22
- # username = urlencode(data.coder_workspace.me.owner_email)
+ # artifactory_username = urlencode(data.coder_workspace.me.owner_email)
23
artifactory_username = data.coder_workspace.me.owner
24
artifactory_registry_keys = {
25
"npm" = "npm"
0 commit comments