opentofu/internal/checks
Liam Cervante 978263efe9
Checks: Introduce check blocks into the terraform node and transform graph (#32735)
* Add support for scoped resources

* refactor existing checks addrs and add check block addr

* Add configuration for check blocks

* introduce check blocks into the terraform node and transform  graph

* address comments

* address comments

* don't execute checks during destroy operations

* don't even include check nodes for destroy operations
2023-03-23 16:07:31 +01:00
..
testdata/happypath Checks: Introduce check blocks into the terraform node and transform graph (#32735) 2023-03-23 16:07:31 +01:00
doc.go checks: A new package for modeling custom condition checks 2022-08-26 15:47:29 -07:00
state_init.go Checks: Introduce check blocks into the terraform node and transform graph (#32735) 2023-03-23 16:07:31 +01:00
state_report.go Checks: Refactor existing check addrs and add new check block addr (#32733) 2023-03-23 09:04:21 +01:00
state_test.go Checks: Introduce check blocks into the terraform node and transform graph (#32735) 2023-03-23 16:07:31 +01:00
state.go Checks: Refactor existing check addrs and add new check block addr (#32733) 2023-03-23 09:04:21 +01:00
status_string.go checks: A new package for modeling custom condition checks 2022-08-26 15:47:29 -07:00
status.go checks: A new package for modeling custom condition checks 2022-08-26 15:47:29 -07:00