Skip to content

Commit b4e3aae

Browse files
chore: task def comments
1 parent d1bcbb2 commit b4e3aae

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

smoke_tests/ecs_fargate/role-parsing-with-path.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
# Copyright 2025-present Datadog, Inc.
55

66
################################################################################
7-
# Test: Role ARN parsing with path
8-
# This test verifies that the module correctly parses role names from ARNs
9-
# that include paths (e.g., /my-path/role-name)
7+
# Task Definition: IAM Role with path in name
108
################################################################################
119

1210
# Create IAM roles with paths to test the parsing logic

smoke_tests/ecs_fargate/role-parsing-without-path.tf

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
# Copyright 2025-present Datadog, Inc.
55

66
################################################################################
7-
# Test: Role ARN parsing without path
8-
# This test verifies that the module correctly parses role names from ARNs
9-
# that do NOT include paths (e.g., role-name directly)
7+
# Task Definition: IAM Role without path in name
108
################################################################################
119

1210
# Create IAM roles without paths to test the parsing logic

0 commit comments

Comments
 (0)