blob: 3966256bd638ceff45fa35895078d346dd81dd65 [file] [log] [blame]
variable "name" {
type = string
}
resource "testing_resource_with_identity" "hello" {
id = var.name
}