Skip to content

Commit 804e7f0

Browse files
committed
1 parent 2a411d4 commit 804e7f0

File tree

1 file changed

+2
-1
lines changed
  • terraform/azure-devops/create-service-connection

1 file changed

+2
-1
lines changed

terraform/azure-devops/create-service-connection/variables.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ variable entra_app_owner_object_ids {
4747
}
4848

4949
variable entra_security_group_names {
50-
default = null
50+
default = []
5151
description = "Names of the security groups to add the service connection identity to"
52+
nullable = false
5253
type = list(string)
5354
}
5455

0 commit comments

Comments
 (0)