Liam Cervante

Results 42 comments of Liam Cervante
trafficstars

Some other observations. If you replace the resource with any of the following the test works fine: ```hcl resource "tf6muxprovider_nested" "example" { set { id = "one" list { }...

The actual error message originates here: https://github.com/hashicorp/terraform-plugin-framework/blob/main/internal/fwserver/server_planresourcechange.go#L296 But if you jump back up the stack and inspect the execution during the test, it seems like the computed values for the...

Hi @Nuru, I've checked the minimal example provided for this issue and the example provided in the duplicate issue #32048 and both are now working for me. I haven't been...

> why that would have broken It breaks because when it arrives in the `convert` package it's a map of strings. The convert package tries to turn it into the...

I've reverted the change I had to make to the other test, which means the tests are now going to report as failing. But once the following PRs are merged...

Hi @bgshacklett, thanks for filing this! We have another issue https://github.com/hashicorp/terraform/issues/34500 tracking a feature that will add the ability to validate the status of a particular resource during a plan...

Hi @tiwood, you can approximate something like this already with the `check` block construct. Check blocks can refer to other resources, and will only produce warnings. Might be helpful for...

Hi @alexis-renard, thanks for filing this. In `terraform test` the state is held entirely in memory for the duration of the operation. Each test file starts with an empty state,...

Yes, that does make sense. Apologies, I missed the `documentation` tag. I've reopened this, and will ask the docs team to have a look!