opentofu/internal/tfdiags
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
..
config_traversals.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
consolidate_warnings_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
consolidate_warnings.go tfdiags: Expose the "extra information" concept from HCL 2022-06-23 13:52:23 -07:00
contextual_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
contextual.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
diagnostic_base.go tfdiags: Expose the "extra information" concept from HCL 2022-06-23 13:52:23 -07:00
diagnostic_extra.go tfdiags: Treat unknown-related or sensitive-related messages differently 2022-06-23 13:52:23 -07:00
diagnostic.go tfdiags: Expose the "extra information" concept from HCL 2022-06-23 13:52:23 -07:00
diagnostics_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
diagnostics.go build: Use Go 1.19 2022-08-22 10:59:12 -07:00
doc.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
error.go tfdiags: Expose the "extra information" concept from HCL 2022-06-23 13:52:23 -07:00
errors_as_warnings.go Checks: Introduce check blocks into the terraform node and transform graph (#32735) 2023-03-23 16:07:31 +01:00
hcl_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
hcl.go tfdiags: Expose the "extra information" concept from HCL 2022-06-23 13:52:23 -07:00
rpc_friendly_test.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
rpc_friendly.go tfdiags: Expose the "extra information" concept from HCL 2022-06-23 13:52:23 -07:00
severity_string.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
simple_warning.go tfdiags: Expose the "extra information" concept from HCL 2022-06-23 13:52:23 -07:00
source_range.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00
sourceless.go Move tfdiags/ to internal/tfdiags/ 2021-05-17 14:09:07 -07:00