Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error creating Dns Domain: SoftLayer_Exception_MissingCreationProperty #129

Open
igoraj opened this issue Mar 20, 2017 · 6 comments
Open

Comments

@igoraj
Copy link

igoraj commented Mar 20, 2017

Hi

I'm having issue creating simple dns domain.

main.tf:

resource "softlayer_dns_domain" "main" {
  name = "test.com"
}

terraform apply:

softlayer_dns_domain.main: Creating...
  name:        "" => "test.com"
  serial:      "" => "<computed>"
  update_date: "" => "<computed>"
Error applying plan:

1 error(s) occurred:

* softlayer_dns_domain.main: Error creating Dns Domain: SoftLayer_Exception_MissingCreationProperty: The property 'resourceRecords' must be set to create an instance of 'SoftLayer_Dns_Domain_Forward'. (HTTP 200)
@renier
Copy link
Contributor

renier commented Mar 21, 2017

Works for me in the latest version.

@renier renier closed this as completed Mar 21, 2017
@igoraj
Copy link
Author

igoraj commented Mar 21, 2017

i'm using master and latest terraform and i see this issue.
What exactly is resourceRecords property and who sets it?

@renier
Copy link
Contributor

renier commented Mar 21, 2017

@igoraj Are you going over xmlrpc? (check ~/.softlayer)

@igoraj
Copy link
Author

igoraj commented Mar 21, 2017

@renier it would appear so

endpoint_url = https://api.softlayer.com/xmlrpc/v3.1/

@renier renier reopened this Mar 21, 2017
@renier
Copy link
Contributor

renier commented Mar 21, 2017

@igoraj It will work if you remove that line from your config

@igoraj
Copy link
Author

igoraj commented Mar 21, 2017

@renier confirmed it's working. ok.

@igoraj igoraj closed this as completed Mar 21, 2017
@renier renier reopened this Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants