mirror of https://github.com/hashicorp/terraform
In an attempt to always show "id" as computed we were producing a synthetic diff for it, but this causes problems when the id attribute for a particular data source is actually settable in configuration, since it masks the setting from the config and forces it to always be empty. Instead, we'll set it conditionally so that a value provided in the config can shine through when available.pull/6819/head
parent
7d2b51e6c5
commit
ab29eca045
Loading…
Reference in new issue