github.com/opentofu/opentofu@v1.7.1/internal/command/e2etest/testdata/tofu-providers-mirror/main.tf (about) 1 terraform { 2 required_providers { 3 template = { version = "2.1.1" } 4 null = { source = "hashicorp/null", version = "2.1.0" } 5 terraform = { source = "terraform.io/builtin/terraform" } 6 } 7 }