Skip to content

Commit de676fb

Browse files
Update docs/admin/templates/extending-templates/prebuilt-workspaces.md
Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
1 parent 09743d5 commit de676fb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/admin/templates/extending-templates/prebuilt-workspaces.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,8 @@ resource "docker_container" "workspace" {
151151
}
152152
```
153153

154-
Try to keep `ignore_changes` scoped to just the fields which were called out in the notification. Excessive use of
155-
`ignore_changes` can lead to undesirable outcomes in Terraform, like innocuous changes (which wouldn't cause replacements)
156-
to be ignored.
154+
Limit the scope of `ignore_changes` to include only the fields specified in the notification.
155+
If you include too many fields, Terraform might ignore changes that wouldn't otherwise cause drift.
157156

158157
Learn more about `ignore_changes` in the [Terraform documentation](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#ignore_changes).
159158

0 commit comments

Comments
 (0)