diff --git a/content/terraform/v1.14.x (beta)/docs/language/invoke-actions.mdx b/content/terraform/v1.14.x (beta)/docs/language/invoke-actions.mdx index ac7a3c18ce..cee5820d95 100644 --- a/content/terraform/v1.14.x (beta)/docs/language/invoke-actions.mdx +++ b/content/terraform/v1.14.x (beta)/docs/language/invoke-actions.mdx @@ -87,7 +87,7 @@ When you invoke an action using the CLI, Terraform runs only the action and excl Add the `-invoke` flag and specify the address of an action when running the `terraform plan` or `terraform apply` command. -The following example creates a plan for invoking the `aws_lambda_invocation.example` action: +The following example creates a plan for invoking the `aws_lambda_invoke.example` action: ```shell-session $ terraform plan -invoke=action.aws_lambda_invoke.example @@ -95,7 +95,7 @@ $ terraform plan -invoke=action.aws_lambda_invoke.example Refer to the [`terraform plan` command](/terraform/cli/commands/plan) documentation for more information about creating plans. -The following example runs the `aws_lambda_invocation.example` action: +The following example runs the `aws_lambda_invoke.example` action: ```shell-session $ terraform apply -invoke=action.aws_lambda_invoke.example