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

cloudflare_load_balancer_monitor 403: need rebuild after cloudflare-go SDK is updated #74

Closed
jychen7 opened this issue Jun 27, 2018 · 0 comments

Comments

@jychen7
Copy link

jychen7 commented Jun 27, 2018

Terraform Version

Terraform v0.11.7
+ provider.cloudflare v1.0.0

Affected Resource(s)

  • cloudflare_load_balancer_monitor
  • cloudflare_load_balancer_pool

Terraform Configuration Files

provider "cloudflare" {
  # export CLOUDFLARE_EMAIL=
  # export CLOUDFLARE_TOKEN=
  org_id = "${var.cloudflare_organization_id}"
}

Debug Output

Panic Output

Expected Behavior

it should fetch pools and monitors successfully for an organization

Actual Behavior

it responses 403

Steps to Reproduce

Please list the steps required to reproduce the issue, for example:

  1. terraform plan

Important Factoids

the underlying SDK call deprecated api and so it responses 403.
terraform-provider-cloudflare may need re-compile and new version after cloudflare/cloudflare-go#197 is fixed?

References

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

1 participant