mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
s/trigger/triggers_replace/
Rename `triggers` to be more descriptive, making it similar to `replace_triggered_by`.
This commit is contained in:
@@ -6,7 +6,7 @@ resource "terraform_data" "b" {
|
||||
}
|
||||
|
||||
resource "terraform_data" "c" {
|
||||
trigger = terraform_data.b
|
||||
triggers_replace = terraform_data.b
|
||||
}
|
||||
|
||||
resource "terraform_data" "d" {
|
||||
|
||||
Reference in New Issue
Block a user