mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-04 21:00:39 -04:00
11 lines
133 B
HCL
11 lines
133 B
HCL
terraform {
|
|
required_providers {
|
|
simple = {
|
|
source = "hashicorp/test"
|
|
}
|
|
}
|
|
}
|
|
|
|
resource "simple_resource" "test" {
|
|
}
|