improve wording

pull/37623/head
Daniel Schmidt 8 months ago
parent d83cd73ecf
commit e23a282186

@ -1,5 +1,5 @@
kind: NEW FEATURES
body: "Terraform Actions: Actions allow you to codify side-effects in your Terraform config. Providers can define Actions like `aws_lambda_invoke` or `aws_cloudfront_create_invalidation` that do something imparative outside of Terraforms normal CRUD model. You can configure such a side-effect with an action block and have actions triggered through the lifecycle of a resource or through passing the `-invoke` CLI flag."
body: "Terraform Actions: Actions are provider defined and meant to codify use cases outside the normal CRUD model in your Terraform configuration. Providers can define Actions like `aws_lambda_invoke` or `aws_cloudfront_create_invalidation` that do something imparative outside of Terraforms normal CRUD model. You can configure such a side-effect with an action block and have actions triggered through the lifecycle of a resource or through passing the `-invoke` CLI flag."
time: 2025-09-03T13:19:21.097051+02:00
custom:
Issue: "37553"

Loading…
Cancel
Save