Giter VIP home page Giter VIP logo

Comments (3)

keithnoguchi avatar keithnoguchi commented on August 30, 2024 1

Thank you for your report, @aknuds1!

Yeah, I saw this error last night with different resource, digitalocean_firewall.

Let me double check and get back here.

Cheers!

from terraform-provider-digitalocean.

keithnoguchi avatar keithnoguchi commented on August 30, 2024

Here is what I got today, with the latest DO provider:

terraform destroy -force
data.terraform_remote_state.main: Refreshing state...
digitalocean_firewall.client_firewall: Refreshing state... (ID: a9e53891-c8f0-4f5a-a0b5-e
d869695f85d)
digitalocean_firewall.server_firewall: Refreshing state... (ID: 83d0de1e-4424-486f-9d20-d
098f3a828b3)
digitalocean_firewall.client_firewall: Destroying... (ID: a9e53891-c8f0-4f5a-a0b5-ed86969
5f85d)
digitalocean_firewall.server_firewall: Destroying... (ID: 83d0de1e-4424-486f-9d20-d098f3a
828b3)
digitalocean_firewall.server_firewall: Destruction complete
Error applying plan:

1 error(s) occurred:

* digitalocean_firewall.client_firewall (destroy): 1 error(s) occurred:

* digitalocean_firewall.client_firewall: Error deleting firewall: invalid character 'S' l
ooking for beginning of value

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
$ terraform -v
Terraform v0.10.0-dev (e50a57bcb7f3e7a0469f5b9b030df9074bb10bfa+CHANGES)

Here is the actual main.tf which caused this error, but I don't think it's specific to this, as when I rerun this, it went successfully.

https://github.com/keinohguchi/do-in-action/blob/master/firewalls/both/000-deny-all/main.tf

I'll keep an eye on it.

from terraform-provider-digitalocean.

andrewsomething avatar andrewsomething commented on August 30, 2024
digitalocean_droplet.etcd_node.0: Error deleting droplet: invalid character 'S' looking for beginning of value.

This was caused by issues further down the stack. That error comes from godo which Terraform passes straight through. The S is likely Server Error which was incorrectly returned by the DigitalOcean API.

I'm going to go ahead and close this one out as godo now handles this much better, and we've just pulled in an update to the latest version. See: digitalocean/godo#156

Thanks for baring with us!

from terraform-provider-digitalocean.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.