Skip to content

Instantly share code, notes, and snippets.

@jesseloudon
Created June 26, 2020 08:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesseloudon/c05a8c862cfca6fb917ee8c1262072dd to your computer and use it in GitHub Desktop.
Save jesseloudon/c05a8c862cfca6fb917ee8c1262072dd to your computer and use it in GitHub Desktop.
Define a data source to azurerm_policy_definition
data "azurerm_policy_definition" "security_policyset_definitions" {
count = length(var.security_policyset_definitions)
display_name = var.security_policyset_definitions[count.index]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment