blob: 71bc6818db100b5b2016778ad721e010ccf9a2e2 [file] [log] [blame]
terraform {
required_providers {
testing = {
source = "hashicorp/testing"
version = "0.1.0"
}
}
}
resource "testing_resource" "data" {
invalid = "this should fail validation"
}