add template for directives
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
resource "test_object" "A" {
|
||||
lifecycle {
|
||||
create_before_destroy = true
|
||||
}
|
||||
}
|
||||
|
||||
resource "test_object" "B" {
|
||||
test_list = test_object.A.*.test_string
|
||||
|
||||
lifecycle {
|
||||
create_before_destroy = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user