terraform/internal/rpcapi/testdata/sourcebundle/empty/empty.tf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
142 B
Terraform
Raw Permalink Normal View History

terraform {
required_providers {
testing = {
source = "hashicorp/testing"
version = "0.1.0"
}
}
}
# Empty by design