We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a411d4 commit 804e7f0Copy full SHA for 804e7f0
terraform/azure-devops/create-service-connection/variables.tf
@@ -47,8 +47,9 @@ variable entra_app_owner_object_ids {
47
}
48
49
variable entra_security_group_names {
50
- default = null
+ default = []
51
description = "Names of the security groups to add the service connection identity to"
52
+ nullable = false
53
type = list(string)
54
55
0 commit comments