mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-26 13:03:36 -04:00
11 lines
131 B
HCL
11 lines
131 B
HCL
provider "terraform" {
|
|
|
|
}
|
|
|
|
data "terraform_remote_state" "test" {
|
|
backend = "local"
|
|
config = {
|
|
path = "test.tfstate"
|
|
}
|
|
}
|