opentofu/terraform/test-fixtures/transform-provider-missing/main.tf

4 lines
84 B
HCL

provider "aws" {}
resource "aws_instance" "web" {}
resource "foo_instance" "web" {}