mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-23 10:54:11 -04:00
7 lines
No EOL
122 B
HCL
7 lines
No EOL
122 B
HCL
list "simple_resource" "test" {
|
|
provider = simple
|
|
include_resource = true
|
|
config {
|
|
value = "dynamic_value"
|
|
}
|
|
} |