Tobias Brodén

Results 40 comments of Tobias Brodén

Hi, Yes, we have an upper limit on how many free plans we allow per team. Look like you hit this threshold. From the provider version [v1.26.0](https://github.com/cloudamqp/terraform-provider-cloudamqp/releases/tag/v1.26.0) released in May...

@tete17 we are using Terraforms Acceptance test together with [go-vcr](https://github.com/dnaeon/go-vcr). Note that each test require some tweaking. With Go VCR we can record requests/responses to the API backend into fixtures,...

Note about merged https://github.com/cloudamqp/terraform-provider-cloudamqp/pull/257 and our changes to how testing is done. From the conflict list, the biggest impact should be the test files. * Removed all data source tests...

Have a rebased version of this branch locally. However some issues with the new tests. Now with SDK v2, `terraform-json` dependency require a newer version. Found some strange mismatches in...

Just to mention, still need some tweaking for the test to work for SDK v2. Noticed all tests claimed there was missing interactions, which are there. There is also a...

My findings for today. 1. `terraform-json` still get error with v0.12.0, just used latest version. Only did some quick searches and bumped it yesterday. The error I get with v0.12.0....

Strange behaviour on `vpc_gcp_peering` test. During recording state it succeed but fails during playback. Says it's missing interaction for `/api/plans` and `/api/regions` used for online validation during `terraform plan` for...

Data sources and resources that covered with basic tests. Data sources: - alarm - nodes - notification Resources: - alarm - aws_eventbridge - extra_disk_size - integration_log - integration_metrics - instance...

Those that are skipped: Data sources: - account_vpcs - account - credentials - instance - plugin_community - plugin - upgradable_version - vpc_gcp_info - vpc_info Resources: - account_actions - custom_domain -...

> Needed to run `go mod tidy` so update needed for `go.mod` and `go.sum`? Will be solved once go-api is bumped with: https://github.com/84codes/go-api/pull/48