James Bardin

Results 327 comments of James Bardin

The label is probably not going to change, since it would be an error in most cases, but we can probably avoid this situation with the terraform provider in a...

Hi @rbtcollins, Thanks for filing the issue! Can you verify that the crash still happens in a current release version, to make sure it hasn't already been patched? I'm not...

No worries @rbtcollins, thanks for adding the configuration example!

Hi @mpkuth, Can you give an example configuration and steps showing what you are trying to do? It's not clear what it would mean for a data source to do...

Thanks for the extra information @mpkuth! I think there's some confusion in terminology here, which makes the scope harder to pin down. In Terraform, "validation" is entirely offline, so validation...

@kevinkuszyk, No there is no timeline yet, but it does not sound like it would fit your use case. The import action and planning decisions all need to happen during...

Hi @a18-kaushik, Can you please verify that the behavior is the same on a current release of Terraform? Some behaviors have changed and bugs have been fixed since the v1.0...

@a18-kaushik, The error is a Windows error from linking the provider files. It will take some time to reproduce and investigate what exactly is failing on that platform.

Hi @Xboarder56, What you see here is the intended behavior, because that is how all providers and resources work. A provider does not see any of the sensitive marks from...

I should also add that in most cases if you're only using `terraform_data` to store values you can use `triggers_replace`, and since that attribute is solely derived from the configuration,...