terraform/internal/stacks/stackruntime/testdata/mainbundle/test/resource-identity/resource-identity.tf
2025-03-12 14:46:50 +01:00

7 lines
No EOL
110 B
HCL

variable "name" {
type = string
}
resource "testing_resource_with_identity" "hello" {
id = var.name
}