Nikolai Mishin

Results 14 comments of Nikolai Mishin

Hi! Can I add my 5 cents here? Seems we have the same strange issue here. We use ` consul-template v0.19.0 (33b34b3)` consul agent 0.8.4 and Consul server 1.2.2 versions....

The same for 3.10.1 provider version, and 1.0.4 of terraform. binary_ast unspecified in config (used "off" by default).

Seems `account_id ` should be added to the `cloudflare_worker_script` as well. If I try to run terraform apply without `export CLOUDFLARE_ACCOUNT_ID` it fails with error: ``` │ Error: error creating...

Seems this is not supported by terraform, because you can't work with environment's via API. I didn't find any way to specify env for a new worker deploy, as for...

I have the same issue: ![untitled](https://cloud.githubusercontent.com/assets/4242897/18708259/b4762734-8002-11e6-84fa-7efcc9963e28.png) First job has been deleted from Jenkins but steel here on the GitHub.

It will be really useful if we can grab [this ip addresses](https://auth0.com/docs/secure/security-guidance/data-security/allowlist#united-states) via data source. Because for now we updated our firewall by hands, from time to time ...

hi @sgarlick987 feel free to create the MR with your change and I can help you if you want to. for your MR please add: - changelog file, like described...

I tested this change yesterday, and looks like everything works as expected - rules updated in CF and have correct `ref` (the same as `id`). And in the state the...

looks like this is expected behaviour, because according to comments in the provider code: `client_secret is a write only operation from the Cloudflare API and once it's set, it is...