mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-15 13:00:32 -05:00
7 lines
162 B
HCL
7 lines
162 B
HCL
resource "foo_resource" "b" {}
|
|
resource "bar_resource" "c" {}
|
|
resource "bar_resource" "ab" {
|
|
provider = baz
|
|
}
|
|
resource "terraform_remote_state" "production" {}
|