Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add vpc_lattice_configuration for service #250

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

damvinod
Copy link

@damvinod damvinod commented Jan 3, 2025

Description

Adding vpc_lattice_configuration option to the service module.

Motivation and Context

It adds the option to configure vpc_lattice_configuration for the ECS service.

Breaking Changes

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

Copy link

github-actions bot commented Feb 3, 2025

This PR has been automatically marked as stale because it has been open 30 days
with no activity. Remove stale label or comment or this PR will be closed in 10 days

@github-actions github-actions bot added the stale label Feb 3, 2025
@damvinod
Copy link
Author

damvinod commented Feb 3, 2025

Any update on when this can be merged?

@@ -188,6 +188,16 @@ resource "aws_ecs_service" "this" {
}
}

dynamic "vpc_lattice_configuration" {
Copy link

@batanasov-cloudoffice batanasov-cloudoffice Feb 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://registry.terraform.io/providers/hashicorp/aws/5.84.0/docs/resources/ecs_service#vpc_lattice_configurations
This needs to be "vpc_lattice_configurations".

Can you run terraform fmt as well, please?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes are done.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Damvinod, thank you for the response!

I can still see couple of issues with the module, preventing it from working. I will leave a comment on each line, explaining what needs to be done and will also mark the cosmetic changes that need to be made, for consistency.

@github-actions github-actions bot removed the stale label Feb 4, 2025
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.

2 participants