Skip to content

Commit 64a88df

Browse files
committed
minor fixes
1 parent 019067d commit 64a88df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

internal/service/sfn/testdata/tmpl/state_machine_tags.gtpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ resource "aws_lambda_function" "test" {
7373
role = aws_iam_role.for_lambda.arn
7474
handler = "exports.example"
7575
runtime = "nodejs20.x"
76-
{{- template "tags" }}
7776
}
7877

7978
data "aws_region" "current" {

website/docs/r/sfn_state_machine.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ In Terraform v1.12.0 and later, the [`import` block](https://developer.hashicorp
215215
import {
216216
to = aws_sfn_state_machine.example
217217
identity = {
218-
"arn" = "arn:aws:states:us-east-1:123456789012:stateMachine:MyWorkflow-2024-09-17-a7b3c8f1"
218+
"arn" = "arn:aws:states:eu-west-1:123456789098:stateMachine:bar"
219219
}
220220
}
221221
@@ -228,7 +228,7 @@ resource "aws_sfn_state_machine" "example" {
228228

229229
#### Required
230230

231-
- `arn` (String) ARN of the certificate.
231+
- `arn` (String) ARN of the state machine.
232232

233233
In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import State Machines using the `arn`. For example:
234234

0 commit comments

Comments
 (0)