Created
October 12, 2021 05:44
-
-
Save roryprimrose/5efd38f829c20237be46bb17b6c43711 to your computer and use it in GitHub Desktop.
Terraform import azuredevops_project_features issue
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# azuredevops_project_features.feature["408a6076-3804-48db-b6a5-9dd82ef6a2b6"] must be replaced | |
-/+ resource "azuredevops_project_features" "feature" { | |
~ features = { | |
+ "artifacts" = "enabled" | |
+ "boards" = "enabled" | |
+ "pipelines" = "enabled" | |
+ "repositories" = "enabled" | |
+ "testplans" = "enabled" | |
} | |
~ id = "Configure.FirstTest" -> (known after apply) | |
+ project_id = "70c59e49-2d7a-4ea5-ad11-10843c24df7b" # forces replacement | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment