mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-11 06:01:36 -04:00
8 lines
115 B
HCL
8 lines
115 B
HCL
provider "test" {
|
|
alias = "test2"
|
|
test_string = "config"
|
|
features {}
|
|
}
|
|
|
|
resource "test_object" "a" {
|
|
} |