Brian Flad

Results 396 comments of Brian Flad
trafficstars

Ah ha, its an attribute under a set, which is why Terraform core is not showing the configuration source as it normally would. https://github.com/checkly/terraform-provider-checkly/blob/9328934dd9575d0b2af19d7f643cb9e0d5306461/checkly/resource_check_group.go#L209 This is a trickier case because...

## Workarounds Either of these options should workaround the current behavior and yield failing checks: 1. Use `resource.TestCheckResourceAttrSet("...", "....%")` before or `resource.TestCheckNoResourceAttr("...", "....%")` in place of the 0 size check....

Hi @spkane 👋 Thank you for raising this issue and sorry you ran into trouble here. From reading through this report, it appears that this issue is limited to functionality...

Now that this was transferred, some additional context -- The Terraform CLI `dev_overrides` functionality directly interferes with how Terraform Providers are _typically_ orchestrated by the testing code in `helper/resource`. Declaring...

Apologies if I misunderstood something about your report. One potential quirk with having an explicit: ```terraform terraform { required_providers { inventory = { source = "superorbital/inventory" } } } ```...

Hi @tylerFowler 👋 Thank you for raising this feature request. It would be super helpful if you could discuss more about what you are looking to check in your testing?...

Thank you for that additional context, @tylerFowler. The baked in `terraform.State` for `TestCheckFunc` usage is a vestige from Terraform 0.11 and earlier, where the testing code re-implemented logic from the...

Hi @slevenick 👋 Thank you for raising this and sorry you folks are running into trouble here. Not suggesting this should be closed, but related issue for tracking: #1215 Unfortunately...

Hi @cicoyle 👋 To ensure we're all on the same page, what is in your `PATH` environment variable when executing these tools? If this is within editor-specific functionality (you show...

Hi @ms-zhenhua 👋 Thank you for submitting this change. The maintainers here cannot commit to reviewing the full consequences of the change at this time, however it would be helpful...