7 lines
57 B
Terraform
7 lines
57 B
Terraform
|
|
||
|
resource "test" "foo" {
|
||
|
foo {
|
||
|
from = "base"
|
||
|
}
|
||
|
}
|