Skip to content

Commit

Permalink
added type
Browse files Browse the repository at this point in the history
  • Loading branch information
Myroslav Levchyk authored and Myroslav Levchyk committed Apr 5, 2024
1 parent 3c87942 commit f5efb75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ variable "resource_group" {
}

variable "ado_workload_identity_federation_enabled" {
type = bool
description = "Workload Identity Federation enable"
default = true
}

variable "role_assignments_allowed" {
type = bool
description = "This variable determines whether Service Principal used by Terraform can assign Roles to Azure resources"
default = true
}
Expand Down

0 comments on commit f5efb75

Please sign in to comment.