Skip to content

Commit 249960d

Browse files
authored
Replace aws_lambda_invocation.example with aws_lambda_invoke.example (#1085)
Labels don't match up.
1 parent ab9c9a0 commit 249960d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/terraform/v1.14.x (beta)/docs/language/invoke-actions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ When you invoke an action using the CLI, Terraform runs only the action and excl
8787

8888
Add the `-invoke` flag and specify the address of an action when running the `terraform plan` or `terraform apply` command.
8989

90-
The following example creates a plan for invoking the `aws_lambda_invocation.example` action:
90+
The following example creates a plan for invoking the `aws_lambda_invoke.example` action:
9191

9292
```shell-session
9393
$ terraform plan -invoke=action.aws_lambda_invoke.example
9494
```
9595

9696
Refer to the [`terraform plan` command](/terraform/cli/commands/plan) documentation for more information about creating plans.
9797

98-
The following example runs the `aws_lambda_invocation.example` action:
98+
The following example runs the `aws_lambda_invoke.example` action:
9999

100100
```shell-session
101101
$ terraform apply -invoke=action.aws_lambda_invoke.example

0 commit comments

Comments
 (0)