Skip to content

Fix: remove duplicate IAM role definitions in pdp_fargate module#6

Merged
cjb00 merged 1 commit into
mainfrom
claude/upbeat-kare
Feb 15, 2026
Merged

Fix: remove duplicate IAM role definitions in pdp_fargate module#6
cjb00 merged 1 commit into
mainfrom
claude/upbeat-kare

Conversation

@cjb00

@cjb00 cjb00 commented Feb 15, 2026

Copy link
Copy Markdown
Owner

Removes taskdef.tf from modules/pdp_fargate which had duplicate aws_iam_role resources (pdp_task, pdp_exec) and the old task definition without CloudWatch logging. These were superseded by security.tf in #5, causing terraform init to fail with a duplicate resource error in CI.

taskdef.tf contained pdp_task and pdp_exec IAM roles and the original
task definition (no CloudWatch logging) that were already superseded
by security.tf. Caused duplicate resource error in terraform init.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@cjb00 cjb00 merged commit 6cf977f into main Feb 15, 2026
3 checks passed
@cjb00 cjb00 deleted the claude/upbeat-kare branch February 15, 2026 02:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant