Skip to content

Commit 2b3362d

Browse files
Add missing variables
1 parent 8a15298 commit 2b3362d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

container_apps_basic_setup/variables.tf

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,17 @@ variable "la_retenction_days" {
3535
}
3636

3737
variable "subscription-id" {
38-
description = "Azure subscription ID"t
39-
}
38+
description = "Azure subscription ID"
39+
}
40+
41+
variable "spn-client-id" {
42+
description = "Client ID of the service principal"
43+
}
44+
45+
variable "spn-client-secret" {
46+
description = "Secret for service principal"
47+
}
48+
49+
variable "spn-tenant-id" {
50+
description = "Tenant ID for service principal"
51+
}

0 commit comments

Comments
 (0)