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

invalid character #17

Open
isakrubin opened this issue May 15, 2019 · 1 comment
Open

invalid character #17

isakrubin opened this issue May 15, 2019 · 1 comment

Comments

@isakrubin
Copy link
Contributor

Known issue?
TF_LOG=debug doesn't really help

`

  • zerotier_network.xxx: invalid character '<' looking for beginning of value
    2019/05/15 20:12:42 [TRACE] [walkApply] Exiting eval tree: zerotier_network.xxx

2019/05/15 20:12:42 [DEBUG] plugin: waiting for all plugin processes to complete...
Error: Error applying plan:

1 error(s) occurred:

  • zerotier_network.xxx: 1 error(s) occurred:

  • zerotier_network.xxx: invalid character '<' looking for beginning of value

`

@nielsonsantana
Copy link

nielsonsantana commented Jul 16, 2019

I'm getting the same error.
Zerotier provider version is 0.2.0
Terraform version is v0.11.14

variable "zerotier_token" = {}
variable "zt_cidr" = {
  default = "10.144.0.0/16"
}

provider "zerotier" {
  api_key = "${var.zerotier_token}"
}

resource zerotier_network "MyNetwork2" {
  assignment_pool = {
    cidr = "${var.zt_cidr}"
  }
  name = "MyNetwork2"
  rules_source = "accept;"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants