Giter Site home page Giter Site logo

terraform-provider-infoblox's People

Contributors

blondeburrito avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

terraform-provider-infoblox's Issues

About create a record first time

I tried to create an A record with the same name as a record already in Infoblox but with different IP by this module. The new record overrode the existed one. This would be dangerous to use this module to create records on an Infoblox with lots of records already existed. Could the module only use POST method not PUT method when create records that not in the state file? And if the record already existed , job could be stopped. And admin could manually fix the conflict.

invalid character "V"?

Getting weird "invalid character" when just testing out the samples. Built with no errors on MacOS Catalina.

$ terraform apply

An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # infoblox_a_record.test will be created
  + resource "infoblox_a_record" "test" {
      + comment  = "test of automation"
      + id       = (known after apply)
      + ipv4addr = "10.120.0.1"
      + name     = "test02.domain.gov"
      + view     = "Internal"
    }

  # infoblox_txt_record.test will be created
  + resource "infoblox_txt_record" "test" {
      + id   = (known after apply)
      + name = "blah.domain.gov"
      + text = "Test of automation"
      + view = "Internal"
    }

Plan: 2 to add, 0 to change, 0 to destroy.

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

infoblox_a_record.test: Creating...
infoblox_txt_record.test: Creating...

Error: invalid character 'V' looking for beginning of value

  on main.tf line 9, in resource "infoblox_a_record" "test":
   9: resource "infoblox_a_record" "test" {



Error: invalid character 'V' looking for beginning of value

  on main.tf line 16, in resource "infoblox_txt_record" "test":
  16: resource "infoblox_txt_record" "test" {

Error: go get -d

root@# go get -d
go: github.com/hiscox/terraform-provider-infoblox imports
        github.com/hiscox/terraform-provider-infoblox/resources imports
        github.com/go-resty/resty: github.com/go-resty/[email protected]: parsing go.mod:
        module declares its path as: gopkg.in/resty.v1
                but was required as: github.com/go-resty/resty

go-resty/resty#230
add this into go.mod after the require block:
replace github.com/go-resty/resty => gopkg.in/resty.v1 v1.11.0

this worked for me.

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.