Skip to content

Commit a4ea244

Browse files
committed
[PRMP-388] rejigging comment sections
1 parent b6d5ab2 commit a4ea244

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

infrastructure/step-function-migration-dynmodb.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
############################
21
# IAM Role for Step Functions
3-
############################
42

53
data "aws_iam_policy_document" "sfn_assume" {
64
statement {
@@ -93,9 +91,7 @@ resource "aws_iam_role_policy" "sfn_policy" {
9391
policy = data.aws_iam_policy_document.sfn_permissions.json
9492
}
9593

96-
############################
9794
# Step Function Definition
98-
############################
9995

10096
resource "aws_sfn_state_machine" "migration_dynamodb" {
10197
name = "${terraform.workspace}_migration_dynamodb_step_function"

0 commit comments

Comments
 (0)