Skip to content

Commit 9f3dad0

Browse files
Update content/terraform/v1.14.x (beta)/docs/language/block/action.mdx
Co-authored-by: trujillo-adam <[email protected]>
1 parent 4212d4b commit 9f3dad0

File tree

1 file changed

+1
-1
lines changed
  • content/terraform/v1.14.x (beta)/docs/language/block

1 file changed

+1
-1
lines changed

content/terraform/v1.14.x (beta)/docs/language/block/action.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ action "aws_lambda_invoke" "example" {
207207
}
208208
```
209209

210-
`my_function` needs to be defined elsewhere in configuration, using the AWS Lambda Function resource. Please refer to the [AWS Provider documentation to provision an AWS Lambda Function](https://registry.terraform.io/providers/hashicorp/aws/6.14.0/docs/resources/lambda_function#basic-function-with-nodejs).
210+
The value of the `function_name` argument must be defined elsewhere in the configuration. The argument is available in the AWS `lambda_function` resource. Refer to the [AWS provider documentation](https://registry.terraform.io/providers/hashicorp/aws/6.14.0/docs/resources/lambda_function#basic-function-with-nodejs) for information about provisioning an AWS Lambda function.
211211

212212
### Select an alternate provider configuration
213213

0 commit comments

Comments
 (0)