feat: add JFrog access token output to module output (#101)
This commit is contained in:
committed by
GitHub
parent
8e3f48ce5c
commit
98bb94c5f0
@@ -75,3 +75,14 @@ resource "coder_script" "jfrog" {
|
||||
})
|
||||
run_on_start = true
|
||||
}
|
||||
|
||||
output "access_token" {
|
||||
description = "value of the JFrog access token"
|
||||
value = data.coder_external_auth.jfrog.access_token
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "username" {
|
||||
description = "value of the JFrog username"
|
||||
value = local.username
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user