Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Last active September 10, 2020 08:06
Show Gist options
  • Save goyalmohit/3f23e42594e2337216bb61899aefae05 to your computer and use it in GitHub Desktop.
Save goyalmohit/3f23e42594e2337216bb61899aefae05 to your computer and use it in GitHub Desktop.
# incomplete block - will not work
resource "azuredevops_project_features" "tf-example-features" {
features = {
"boards" = "enabled"
"repositories" = "enabled"
"pipelines" = "enabled"
"testplans" = "disabled"
"artifacts" = "enabled"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment