Add JFrog access token output to module output

pull/101/head
Muhammad Atif Ali 2 years ago
parent 73ef0dc7d0
commit d75b86c9bd

@ -75,3 +75,8 @@ resource "coder_script" "jfrog" {
}) })
run_on_start = true run_on_start = true
} }
output "access_token" {
description = "value of the JFrog access token"
value = data.coder_external_auth.jfrog.access_token
}

@ -88,3 +88,8 @@ resource "coder_script" "jfrog" {
}) })
run_on_start = true run_on_start = true
} }
output "access_token" {
description = "value of the JFrog access token"
value = artifactory_scoped_token.me.access_token
}

Loading…
Cancel
Save