mirror of
https://github.com/opentofu/opentofu.git
synced 2026-06-08 16:12:24 -04:00
10 lines
133 B
HCL
10 lines
133 B
HCL
terraform {
|
|
required_providers {
|
|
simple = {
|
|
source = "hashicorp/test"
|
|
}
|
|
}
|
|
}
|
|
|
|
resource "simple_resource" "test" {
|
|
}
|