Skip to content

Commit 097dc86

Browse files
improve wording
1 parent 167d10f commit 097dc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kind: NEW FEATURES
2-
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."
2+
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."
33
time: 2025-09-03T13:19:21.097051+02:00
44
custom:
55
Issue: "37553"

0 commit comments

Comments
 (0)