mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-21 18:10:30 -04:00
16 lines
210 B
HCL
16 lines
210 B
HCL
terraform {
|
|
required_providers {
|
|
testing = {
|
|
source = "hashicorp/testing"
|
|
version = "0.1.0"
|
|
}
|
|
}
|
|
}
|
|
|
|
removed {
|
|
from = testing_resource.resource
|
|
|
|
lifecycle {
|
|
destroy = false
|
|
}
|
|
}
|