mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-20 13:01:28 -04:00
The resource cleanup node does not need a provider. We can't directly remove the ProvidedBy method, but this node only needs to be eval-able so we can remove all the NodeAbstractResource methods at once.
4 lines
36 B
HCL
4 lines
36 B
HCL
provider "test" {
|
|
alias = "foo"
|
|
}
|