-
Notifications
You must be signed in to change notification settings - Fork 626
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
resource "cloudflare_load_balancer" has no enabled
field
#208
Comments
response.headers
fieldenabled
field
enabled
fieldenabled
field
I think this needs an update in cloudflare-go first. |
Raised issue: |
Awesome! Once this lands in |
This had landed upstream so if you want to add it, I'd happily review a PR for it. If not, I can take a look in the coming days. |
I've already got the code stashed, will update and create PR tomorrow. |
Thanks, this is a really useful piece of work. I was just wondering whether it will be available in the next release and when the next release is likely to happen? |
It will be in the next release but no ETA yet on when it will be cut. Shouldn't be too far away though. |
That's great, thanks for the update |
This was released in 1.13.0 |
Add correlate (nat support) to rate limiting
Terraform Version
Terraform v0.11.11
Affected Resource(s)
Please list the resources as a list, for example:
Although not documented in the API docs, there is a parameter "enabled" which can have the value true or false. This has the effect of enabling or disabling the load balancer. The lack of this parameter means we turn the load balancer on or off or ensure it's in a given state.
The text was updated successfully, but these errors were encountered: