Giter VIP home page Giter VIP logo

terraform-provider-ultradns's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

terraform-provider-ultradns's Issues

How do I use this provider if I'm logging in via SAML?

Hi!

My company uses SSO to sign into UltraDNS, so I don't have a password. I can't set one either because the security preferences requires the Old Password before it'll let that happen:

image

Any solution for me here?

Thanks!

When destroying terraform plan, it would delete existing record value too

Let’s say [example.com] already has a TXT record as follows:

example.com TXT test1

Now, let’s run the command below to add another TXT record:

resource "ultradns_record" "txt" {
zone_name = "example.com."
owner_name = "example.com."
record_type = "TXT"
ttl = 1
record_data = ["test2"]
}

When executing ‘terraform destroy’, it would delete the existing TXT record (which has a value of ‘test1’).

Is this behavior considered a bug? If not, how can we prevent it from deleting the existing record?

Support NS (2) record_type

I am attempting to upgrade from hashicorp/terraform-provider-ultradns to ultradns/terraform-provider-ultradns and I am unable to create records with the NS type.

Example code:

resource "ultradns_record" "delegation" {
  zone_name = "my_zone.com."
  owner_name = aws_route53_zone.default.name
  record_data = formatlist("%s.", aws_route53_zone.default.name_servers)
  record_type = "NS"
  ttl   = 14400
}

Fails with:

Error: invalid or unsupported record type 

  with ultradns_record.delegation,
  on dns_delegation.tf line 5, in resource "ultradns_record" "delegation":
   5:   record_type = "NS"

Can NS be added as a supported record type?

Thanks

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.