Skip to content

BCSS-23562 - feat(ecs-cluster): add new ecs-cluster module#51

Open
dave4420 wants to merge 13 commits into
mainfrom
feature/BCSS-23562-ecs-cluster-tf-submodule
Open

BCSS-23562 - feat(ecs-cluster): add new ecs-cluster module#51
dave4420 wants to merge 13 commits into
mainfrom
feature/BCSS-23562-ecs-cluster-tf-submodule

Conversation

@dave4420

@dave4420 dave4420 commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Description

Context

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@dave4420 dave4420 marked this pull request as ready for review June 9, 2026 14:48
@dave4420 dave4420 requested review from a team as code owners June 9, 2026 14:48
@nhs-oliverslater nhs-oliverslater added enhancement New feature or request terraform Pull request that updates terraform code / modules labels Jun 16, 2026
@nhs-oliverslater nhs-oliverslater changed the title BCSS-23562 - add ECS cluster submodule BCSS-23562 - feat(ecs-cluster): add new ecs-cluster module Jun 23, 2026
@nhs-oliverslater nhs-oliverslater enabled auto-merge (squash) June 23, 2026 01:25
dave4420 and others added 13 commits June 23, 2026 09:07
- Introduced a new context.tf file to standardize tagging and naming conventions.
- Removed ecs.tf and migrated ECS cluster resource definitions to main.tf using the community ECS cluster module.
- Added locals.tf to derive cluster name and CloudWatch log group configurations.
- Updated outputs.tf to reflect new output values from the ECS cluster module.
- Removed the readme.md file as it was outdated and no longer needed.
- Enhanced variables.tf with new variables for ECS cluster configuration, including CloudWatch log group settings and capacity providers.
- Updated versions.tf to include the time provider and adjust the AWS provider version.

BREAKING CHANGE: Removes original ecs-cluster module that had nested resources i.e. aws_security_group, aws_iam_service_linked_role, aws_sns_topic, aws_cloudwatch_metric_alarm.
@nhs-oliverslater nhs-oliverslater force-pushed the feature/BCSS-23562-ecs-cluster-tf-submodule branch from cc647f9 to 87bcbc4 Compare June 23, 2026 08:07
@nhs-oliverslater nhs-oliverslater removed request for a team and saliceti June 23, 2026 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request terraform Pull request that updates terraform code / modules

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants