Giter Site home page Giter Site logo

terraform-provider-dyn's People

Contributors

aicarmic avatar appilon avatar bhops avatar dwradcliffe avatar gechr avatar grubernaut avatar jquick avatar kavu avatar lhagemann avatar maxvt avatar paultyng avatar phamann avatar radeksimko avatar rata avatar stack72 avatar tombuildsstuff avatar xabufr avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

xabufr

terraform-provider-dyn's Issues

Add support for darwin_arm64

linux_amd64, linux_arm64 and darwin_amd64 are all supported but darwin_arm64 is not. This breaks dyn provider on m1 macbooks

Error: Couldn't find Dyn record: too many requests

We've recently started to observe the following failures happening every few days:

00:03:30.524  dyn_record.CNAME_fancy: Refreshing state... [id=123445993]
00:03:30.782  dyn_record.CNAME_boring: Refreshing state... [id=123445232]
00:03:32.158  ╷
00:03:32.158  │ Error: Couldn't find Dyn record: too many requests

Not sure if it's only us.

I wonder if there's any retry/sleep which could help on the Terraform side of things (other than asking Dyn to change their rate limiting).

dyn provider attempts to connect when count = 0

if including a record, even with a count of 0 the provider attempts to connect out. This makes it very difficult to be modular as even when disabled in an environment its failing because of credentials missing.

resource "dyn_record" "test" {
  count = var.dyn_env == "true" ? 1 : 0
  zone  = "zone.com"
  name  = "test"
  value = record
}

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.