Tobias Brodén

Results 40 comments of Tobias Brodén

After internal discussion and ongoing development of the metrics handling. It's not clear if this setting will exist in the future. More information will come, once we have decided how...

We have now deployed a fix to our backend API to address todays plugins retrieval issues. Hopefully this will also solve the speed issue at the same time.

Basically just that I tried out difference between single/multi rules when doing the patching. - `cloudamqp_security_firewall` will always replace everything - `cloudamqp_security_firewall_rule` append/patch single rule - `cloudamqp_security_firewall_rules` append/patch single or...

Yes possible to use `cloudamqp_security_firewall_rules` resource for both single and multiple. But your idea about add it to `cloudamqp_security_firewall` would definitely be preferable. Will check it out.

Tested to add online validation for region in our API backend. Made it reachable through go-api and passed along 'ApiBaseUrl'. Can be set similar to 'apikey' and 'baseurl' in the...

Implemented in: https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/201

Also investigate https://www.terraform.io/plugin/sdkv2/resources/retries-and-customizable-timeouts

Only need to go to SDK v2.+, if we want to support migration from current versions to `Terraform Plugin Framework`. Otherwise just a clean new start with the latest version.

We are currently running SDK v1.17.2, while latest version is Terraform Plugin Framework. Between them there is SDK v2.+ and there is migration steps between the three different Plugin major...

Hmm good question, worth looking in to. Doing my earlier investigation just been focused on our code.