Hacker News new | ask | show | jobs
by jen20 1670 days ago
That is an (incredibly) poor explanation of Terraform plugin separation from state management (or perhaps you’re using a weird locking backend that has more issues than correctly implemented ones). If created resources don’t end up in the state file, that is a provider bug (they failed to call `SetId` soon enough).

Source: was a core developer of Terraform and some of the largest providers for many years.

1 comments

If the explanation is incredibly poor, why is this issue still open: https://github.com/hashicorp/terraform/issues/20718