Skip to content

Instantly share code, notes, and snippets.

@mikemowgli
Created October 15, 2020 22:10
Show Gist options
  • Save mikemowgli/44afe35764b1ab8465d82c619e36e372 to your computer and use it in GitHub Desktop.
Save mikemowgli/44afe35764b1ab8465d82c619e36e372 to your computer and use it in GitHub Desktop.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2020/10/16 00:07:57 [INFO] backend/local: apply calling Apply
2020/10/16 00:07:57 [INFO] terraform: building graph: GraphTypeApply
2020/10/16 00:07:57 [DEBUG] ProviderTransformer: "azuredevops_variable_group.azure-tf-uat" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/terraform-providers/azuredevops"]
2020/10/16 00:07:57 [DEBUG] ProviderTransformer: "azuredevops_variable_group.azure-tf-uat (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/terraform-providers/azuredevops"]
2020/10/16 00:07:57 [DEBUG] ReferenceTransformer: "var.azure_tf_uat_secret_group" references: []
2020/10/16 00:07:57 [DEBUG] ReferenceTransformer: "var.variable_group_azure_tf_uat" references: []
2020/10/16 00:07:57 [DEBUG] ReferenceTransformer: "var.infra_analytics_project_id" references: []
2020/10/16 00:07:57 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/terraform-providers/azuredevops\"]" references: []
2020/10/16 00:07:57 [DEBUG] ReferenceTransformer: "azuredevops_variable_group.azure-tf-uat (expand)" references: []
2020/10/16 00:07:57 [DEBUG] ReferenceTransformer: "azuredevops_variable_group.azure-tf-uat" references: [var.infra_analytics_project_id var.azure_tf_uat_var_group var.azure_tf_uat_secret_group]
2020/10/16 00:07:57 [DEBUG] ReferenceTransformer: "var.data_analytics_project_id" references: []
2020/10/16 00:07:57 [DEBUG] ReferenceTransformer: "var.azure_tf_uat_var_group" references: []
2020/10/16 00:07:57 [DEBUG] Starting graph walk: walkApply
e_tf_uat"
2020-10-16T00:07:57.294+0200 [INFO] plugin: configuring client automatic mTLS
2020-10-16T00:07:57.331+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/terraform-providers/azuredevops/0.0.1/linux_amd64/terraform-provider-azuredevops_v0.0.1_x4 args=[.terraform/plugins/registry.terraform.io/terraform-providers/azuredevops/0.0.1/linux_amd64/terraform-provider-azuredevops_v0.0.1_x4]
2020-10-16T00:07:57.334+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/terraform-providers/azuredevops/0.0.1/linux_amd64/terraform-provider-azuredevops_v0.0.1_x4 pid=5024
2020-10-16T00:07:57.335+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/terraform-providers/azuredevops/0.0.1/linux_amd64/terraform-provider-azuredevops_v0.0.1_x4
2020-10-16T00:07:57.351+0200 [INFO] plugin.terraform-provider-azuredevops_v0.0.1_x4: configuring server automatic mTLS: timestamp=2020-10-16T00:07:57.350+0200
2020-10-16T00:07:57.388+0200 [DEBUG] plugin: using plugin: version=5
2020-10-16T00:07:57.388+0200 [DEBUG] plugin.terraform-provider-azuredevops_v0.0.1_x4: plugin address: address=/tmp/plugin460067391 network=unix timestamp=2020-10-16T00:07:57.388+0200
2020-10-16T00:07:57.466+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020-10-16T00:07:57.468+0200 [DEBUG] plugin.terraform-provider-azuredevops_v0.0.1_x4: 2020/10/16 00:07:57 [DEBUG] AzureRM Client User Agent: HashiCorp Terraform/0.13.3 (+https://www.terraform.io) Terraform Plugin SDK/1.8.0 terraform-provider-azuredevops/0.0.1
2020-10-16T00:07:57.962+0200 [DEBUG] plugin.terraform-provider-azuredevops_v0.0.1_x4: 2020/10/16 00:07:57 getAzdoClient(): Created core, build, operations, and serviceendpoint clients successfully!
azuredevops_variable_group.azure-tf-uat: Creating...
2020/10/16 00:07:57 [DEBUG] EvalApply: ProviderMeta config value set
2020/10/16 00:07:57 [DEBUG] azuredevops_variable_group.azure-tf-uat: applying the planned Create change
2020/10/16 00:07:58 [WARN] Provider "registry.terraform.io/terraform-providers/azuredevops" produced an unexpected new value for azuredevops_variable_group.azure-tf-uat, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .allow_access: was cty.False, but now cty.True
azuredevops_variable_group.azure-tf-uat: Creation complete after 1s [id=7]
2020-10-16T00:07:58.958+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/terraform-providers/azuredevops/0.0.1/linux_amd64/terraform-provider-azuredevops_v0.0.1_x4 pid=5024
2020-10-16T00:07:58.958+0200 [DEBUG] plugin: plugin exited
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment