Skip to content

Commit fb90e88

Browse files
committed
chore: does the summary respect sensitive vars?
1 parent c10ec89 commit fb90e88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terraform/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
variable "ARM_SUBSCRIPTION_ID" {
66
description = "Production Subscription ID"
77
type = string
8+
sensitive = true
89
}
910
variable "DEVSECOPS_OBJECT_ID" {
1011
description = "Object ID for the DevSecOps principal, which includes the Production service connection"

0 commit comments

Comments
 (0)