7 lines
61 B
Terraform
7 lines
61 B
Terraform
|
|
||
|
resource "test" "foo" {
|
||
|
foo {
|
||
|
from = "override"
|
||
|
}
|
||
|
}
|