mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 18:33:08 -04:00
7 lines
No EOL
110 B
HCL
7 lines
No EOL
110 B
HCL
variable "name" {
|
|
type = string
|
|
}
|
|
|
|
resource "testing_resource_with_identity" "hello" {
|
|
id = var.name
|
|
} |