We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d5ab2 commit a4ea244Copy full SHA for a4ea244
infrastructure/step-function-migration-dynmodb.tf
@@ -1,6 +1,4 @@
1
-############################
2
# IAM Role for Step Functions
3
4
5
data "aws_iam_policy_document" "sfn_assume" {
6
statement {
@@ -93,9 +91,7 @@ resource "aws_iam_role_policy" "sfn_policy" {
93
91
policy = data.aws_iam_policy_document.sfn_permissions.json
94
92
}
95
96
97
# Step Function Definition
98
99
100
resource "aws_sfn_state_machine" "migration_dynamodb" {
101
name = "${terraform.workspace}_migration_dynamodb_step_function"
0 commit comments