Skip to content

Commit e96a831

Browse files
committed
Changed ignore_on_update to true by default
1 parent 6c20df8 commit e96a831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ variable "apply_action_wait_for_action" {
373373
variable "apply_action_ignore_on_update" {
374374
description = "Ignore action to perform during update."
375375
type = bool
376-
default = false
376+
default = true
377377
}
378378

379379
#-----------------------------------------------------------

0 commit comments

Comments
 (0)