synergiator opened a new issue, #33: URL: https://github.com/apache/cloudstack-terraform-provider/issues/33
I had an invalid character error once with an old state file which is no more relevant, then deleted it but got very similar error as shown in the TRACE-level log. ``` 2022-05-06T16:27:09.758Z [TRACE] vertex "module.vpc01.local_file.AnsibleInventory": visit complete 2022-05-06T16:27:09.758Z [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/local\"] (close)" errored, so skipping 2022-05-06T16:27:09.758Z [TRACE] dag/walk: upstream of "module.vpc01 (close)" errored, so skipping 2022-05-06T16:27:09.758Z [TRACE] dag/walk: upstream of "root" errored, so skipping 2022-05-06T16:27:09.758Z [DEBUG] GET .............. 2022-05-06T16:27:09.843Z [DEBUG] POST ...............?ID=d0f842df-d2ff-e84b-63ed-0238c25ac86b ╷ │ Error: Provider produced inconsistent result after apply │ │ When applying changes to module.vpc-acl.cloudstack_network_acl.this, │ provider "provider[\"registry.terraform.io/cloudstack/cloudstack\"]" │ produced an unexpected new value: Root resource was present, but now │ absent. │ │ This is a bug in the provider, which should be reported in the provider's │ own issue tracker. ╵ ╷ │ Error: Error creating the new instance bastion-runner-plab-infrastructure-flatinfra-staging: invalid character '<' looking for beginning of value │ │ with module.vpc01.cloudstack_instance.bastionrunner, │ on ../modules/core/customvpc/main.tf line 43, in resource "cloudstack_instance" "bastionrunner": │ 43: resource "cloudstack_instance" "bastionrunner" { │ ╵ ╷ │ Error: Error creating the new instance singlehost-plab-infrastructure-flatinfra-staging: invalid character '<' looking for beginning of value │ │ with module.singlenodecluster.cloudstack_instance.node, │ on ../modules/services/singlenodecluster/main.tf line 2, in resource "cloudstack_instance" "node": │ 2: resource "cloudstack_instance" "node" { │ ╵ 2022-05-06T16:27:10.071Z [DEBUG] DELETE .................../lock 2022-05-06T16:27:10.203Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org