blob: e62ae9a67ed9a6e8fda3cd74716ec549c3cf7ccc [file] [log] [blame]
terraform {
required_providers {
testing = {
source = "hashicorp/testing"
version = "0.1.0"
}
}
}
removed {
from = testing_resource.resource
lifecycle {
destroy = false
}
}