Skip to content

Commit

Permalink
Mark ADO data as sensitive for packer
Browse files Browse the repository at this point in the history
  • Loading branch information
LeftTwixWand committed Dec 14, 2023
1 parent 20cdf66 commit 123cd28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-agent-vm.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ packer {

variable "azure_devops_org" {
type = string
// sensitive = true
sensitive = true
}

variable "azure_devops_pat" {
type = string
// sensitive = true
sensitive = true
}

source "azure-arm" "build-agent-vm" {
Expand Down

0 comments on commit 123cd28

Please sign in to comment.