Skip to content

Instantly share code, notes, and snippets.

@sp3c73r2038
Created January 5, 2021 07:14
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 sp3c73r2038/6fbd9f35b14f6a24c4feb9f400a0aca0 to your computer and use it in GitHub Desktop.
Save sp3c73r2038/6fbd9f35b14f6a24c4feb9f400a0aca0 to your computer and use it in GitHub Desktop.
terraform debug output
terraform apply terra-plan
2021/01/05 15:12:35 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2021/01/05 15:12:35 [INFO] Terraform version: 0.13.5
2021/01/05 15:12:35 [INFO] Go runtime version: go1.15.3
2021/01/05 15:12:35 [INFO] CLI args: []string{"/usr/bin/terraform", "apply", "terra-plan"}
2021/01/05 15:12:35 [DEBUG] Attempting to open CLI config file: /home/momoka/.terraformrc
2021/01/05 15:12:35 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2021/01/05 15:12:35 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2021/01/05 15:12:35 [DEBUG] ignoring non-existing provider search directory /home/momoka/.terraform.d/plugins
2021/01/05 15:12:35 [DEBUG] ignoring non-existing provider search directory /home/momoka/.local/share/terraform/plugins
2021/01/05 15:12:35 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2021/01/05 15:12:35 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2021/01/05 15:12:35 [INFO] CLI command args: []string{"apply", "terra-plan"}
2021/01/05 15:12:35 [DEBUG] Instantiate OSS client using endpoint: "https://oss-cn-hangzhou.aliyuncs.com"
2021/01/05 15:12:35 [DEBUG] checking for provisioner in "."
2021/01/05 15:12:35 [DEBUG] checking for provisioner in "/usr/bin"
2021/01/05 15:12:35 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2021/01/05 15:12:35 [WARN] Log levels other than TRACE are currently unreliable, and are supported only for backward compatibility.
Use TF_LOG=TRACE to see Terraform's internal logs.
----
2021/01/05 15:12:35 [INFO] backend/local: starting Apply operation
2021/01/05 15:12:35 [DEBUG] Current workspace name: default. All workspaces:[]string{"default"}
2021-01-05T15:12:35.930+0800 [INFO] plugin: configuring client automatic mTLS
2021-01-05T15:12:35.952+0800 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/alicloud/1.111.0/linux_amd64/terraform-provider-alicloud_v1.111.0 args=[.terraform/plugins/registry.terraform.io/hashicorp/alicloud/1.111.0/linux_amd64/terraform-provider-alicloud_v1.111.0]
2021-01-05T15:12:35.952+0800 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/alicloud/1.111.0/linux_amd64/terraform-provider-alicloud_v1.111.0 pid=30216
2021-01-05T15:12:35.952+0800 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/alicloud/1.111.0/linux_amd64/terraform-provider-alicloud_v1.111.0
2021-01-05T15:12:35.969+0800 [INFO] plugin.terraform-provider-alicloud_v1.111.0: configuring server automatic mTLS: timestamp=2021-01-05T15:12:35.968+0800
2021-01-05T15:12:35.991+0800 [DEBUG] plugin: using plugin: version=5
2021-01-05T15:12:35.991+0800 [DEBUG] plugin.terraform-provider-alicloud_v1.111.0: plugin address: address=/tmp/plugin415142859 network=unix timestamp=2021-01-05T15:12:35.991+0800
2021-01-05T15:12:36.034+0800 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2021-01-05T15:12:36.071+0800 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/alicloud/1.111.0/linux_amd64/terraform-provider-alicloud_v1.111.0 pid=30216
2021-01-05T15:12:36.071+0800 [DEBUG] plugin: plugin exited
2021/01/05 15:12:36 [INFO] backend/local: apply calling Apply
2021/01/05 15:12:36 [INFO] terraform: building graph: GraphTypeApply
2021/01/05 15:12:36 [DEBUG] Resource state not found for node "alicloud_log_alert.waf_5xx", instance alicloud_log_alert.waf_5xx
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "data.alicloud_resource_manager_resource_groups.all_resource_groups (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_instance.deploy (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "data.alicloud_db_instances.db_instances_ds (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_hera_30080 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.k8s_pro3 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_vswitch.vswitch_B (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_instance.vpn_a002 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_instance.gitlab (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_key_pair.ops (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_pro1_30080 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_pro2_30080 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_slb.gitlab_internal (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.prod (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.k8s_pro1 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "data.alicloud_dns_records.records (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.cicd (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.test (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.ops (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_vpc.default (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_disk_attachment.deploy_data_att (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.k8s_pro2 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_log_store.waf (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_log_project.waf (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_snapshot_policy.bak_7d (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_log_alert.waf_5xx (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_pre_30080 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_vswitch.vswitch_I (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_image.openvpn (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.vpn (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.k8s_dev (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_disk.deploy_data (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "data.alicloud_security_group_rules.sg_rules (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_instance.vpn_a001 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "data.alicloud_instances.ecs (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_image.init (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "data.alicloud_key_pairs.key (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_log_alert.waf_5xx" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_key_pair_attachment.ops_att (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.k8s_pre (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group_rule.allow_ops_to_test_30080 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group.k8s_hera (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_dev_30080 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_resource_manager_resource_group.default (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_pro3_30080 (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ProviderTransformer: "data.alicloud_security_groups.sg (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/alicloud"]
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "data.alicloud_security_groups.sg (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "var.secret_key" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_key_pair.ops (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_hera_30080 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.prod (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.k8s_hera (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_image.openvpn (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_pro1_30080 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/alicloud\"]" references: [var.access_key var.secret_key]
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_vpc.default (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group_rule.allow_ops_to_test_30080 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.ops (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "data.alicloud_resource_manager_resource_groups.all_resource_groups (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_log_project.waf (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "data.alicloud_key_pairs.key (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_instance.deploy (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_dev_30080 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_pro2_30080 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_resource_manager_resource_group.default (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.k8s_pro1 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.k8s_pro3 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_vswitch.vswitch_I (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "data.alicloud_dns_records.records (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "data.alicloud_instances.ecs (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_disk.deploy_data (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_instance.vpn_a002 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.cicd (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_log_alert.waf_5xx" references: [alicloud_log_project.waf (expand) alicloud_log_store.waf (expand)]
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_image.init (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_disk_attachment.deploy_data_att (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "output.hello (expand)" references: [alicloud_log_alert.waf_5xx alicloud_log_alert.waf_5xx alicloud_log_alert.waf_5xx (expand)]
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.k8s_pro2 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "data.alicloud_security_group_rules.sg_rules (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "var.access_key" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_log_store.waf (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_pro3_30080 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_instance.vpn_a001 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_key_pair_attachment.ops_att (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_instance.gitlab (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.k8s_pre (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group_rule.allow_ops_to_k8s_pre_30080 (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_snapshot_policy.bak_7d (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.test (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_log_alert.waf_5xx (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "data.alicloud_db_instances.db_instances_ds (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.vpn (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_slb.gitlab_internal (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_security_group.k8s_dev (expand)" references: []
2021/01/05 15:12:36 [DEBUG] ReferenceTransformer: "alicloud_vswitch.vswitch_B (expand)" references: []
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: data.alicloud_key_pairs.key (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_instance.deploy (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group_rule.allow_ops_to_k8s_dev_30080 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_vswitch.vswitch_I (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group_rule.allow_ops_to_k8s_pro2_30080 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_resource_manager_resource_group.default (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.k8s_pro1 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.k8s_pro3 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.cicd (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: data.alicloud_dns_records.records (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: data.alicloud_instances.ecs (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_disk.deploy_data (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_instance.vpn_a002 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_image.init (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_disk_attachment.deploy_data_att (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group_rule.allow_ops_to_k8s_pro3_30080 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.k8s_pro2 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: data.alicloud_security_group_rules.sg_rules (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_instance.gitlab (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_instance.vpn_a001 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_key_pair_attachment.ops_att (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.k8s_pre (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group_rule.allow_ops_to_k8s_pre_30080 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_snapshot_policy.bak_7d (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: data.alicloud_resource_manager_resource_groups.all_resource_groups (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.ops (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group_rule.allow_ops_to_test_30080 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_vpc.default (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group_rule.allow_ops_to_k8s_pro1_30080 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.k8s_hera (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.prod (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group_rule.allow_ops_to_k8s_hera_30080 (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_image.openvpn (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: data.alicloud_security_groups.sg (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_key_pair.ops (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_vswitch.vswitch_B (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.k8s_dev (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.test (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: data.alicloud_db_instances.db_instances_ds (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_security_group.vpn (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] pruneUnusedNodes: alicloud_slb.gitlab_internal (expand) is no longer needed, removing
2021/01/05 15:12:36 [DEBUG] Starting graph walk: walkApply
2021-01-05T15:12:36.083+0800 [INFO] plugin: configuring client automatic mTLS
2021-01-05T15:12:36.106+0800 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/alicloud/1.111.0/linux_amd64/terraform-provider-alicloud_v1.111.0 args=[.terraform/plugins/registry.terraform.io/hashicorp/alicloud/1.111.0/linux_amd64/terraform-provider-alicloud_v1.111.0]
2021-01-05T15:12:36.106+0800 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/alicloud/1.111.0/linux_amd64/terraform-provider-alicloud_v1.111.0 pid=30230
2021-01-05T15:12:36.106+0800 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/alicloud/1.111.0/linux_amd64/terraform-provider-alicloud_v1.111.0
2021-01-05T15:12:36.123+0800 [INFO] plugin.terraform-provider-alicloud_v1.111.0: configuring server automatic mTLS: timestamp=2021-01-05T15:12:36.123+0800
2021-01-05T15:12:36.148+0800 [DEBUG] plugin.terraform-provider-alicloud_v1.111.0: plugin address: address=/tmp/plugin965787211 network=unix timestamp=2021-01-05T15:12:36.148+0800
2021-01-05T15:12:36.148+0800 [DEBUG] plugin: using plugin: version=5
2021-01-05T15:12:36.195+0800 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2021/01/05 15:12:36 [WARN] Provider "registry.terraform.io/hashicorp/alicloud" produced an invalid plan for alicloud_log_alert.waf_5xx, 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:
- .mute_until: planned value cty.NumberIntVal(1.609830756e+09) does not match config value cty.NullVal(cty.Number)
- .notify_threshold: planned value cty.NumberIntVal(1) does not match config value cty.NullVal(cty.Number)
- .schedule_interval: planned value cty.StringVal("60s") does not match config value cty.NullVal(cty.String)
- .schedule_type: planned value cty.StringVal("FixedRate") does not match config value cty.NullVal(cty.String)
- .query_list[0].time_span_type: planned value cty.StringVal("Custom") does not match config value cty.NullVal(cty.String)
2021/01/05 15:12:36 [ERROR] eval: *terraform.EvalCheckPlannedChange, err: Provider produced inconsistent final plan: When expanding the plan for alicloud_log_alert.waf_5xx to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/alicloud" produced an invalid new value for .mute_until: was cty.NumberIntVal(1.609830748e+09), but now cty.NumberIntVal(1.609830756e+09).
This is a bug in the provider, which should be reported in the provider's own issue tracker.
2021/01/05 15:12:36 [ERROR] eval: *terraform.EvalSequence, err: Provider produced inconsistent final plan: When expanding the plan for alicloud_log_alert.waf_5xx to include new values learned so far during apply, provider "registry.terraform.io/hashicorp/alicloud" produced an invalid new value for .mute_until: was cty.NumberIntVal(1.609830748e+09), but now cty.NumberIntVal(1.609830756e+09).
This is a bug in the provider, which should be reported in the provider's own issue tracker.
Error: Provider produced inconsistent final plan
When expanding the plan for alicloud_log_alert.waf_5xx to include new values
learned so far during apply, provider
"registry.terraform.io/hashicorp/alicloud" produced an invalid new value for
.mute_until: was cty.NumberIntVal(1.609830748e+09), but now
cty.NumberIntVal(1.609830756e+09).
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
2021-01-05T15:12:38.061+0800 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/alicloud/1.111.0/linux_amd64/terraform-provider-alicloud_v1.111.0 pid=30230
2021-01-05T15:12:38.061+0800 [DEBUG] plugin: plugin exited
make: *** [Makefile:11: apply] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment