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

3 lines
51 B
HCL

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