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

Bump AWS provider and update examples to include ECS Service Connect config #238

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

joe-niland
Copy link
Sponsor Member

what

  • Update examples/complete to include ECS Service Connect config
  • bump AWS provider version to support latest ECS Service Connect config

why

  • Fix issue when using older AWS provider
  • Increase test coverage

references

- bump AWS provider version to support latest ECS Service Connect config
@joe-niland joe-niland requested review from a team as code owners May 17, 2024 01:19
@mergify mergify bot added the triage Needs triage label May 17, 2024
@joe-niland
Copy link
Sponsor Member Author

/terratest

@joe-niland joe-niland added the patch A minor, backward compatible change label May 17, 2024
@joe-niland joe-niland changed the title Update examples/complete to include ECS Service Connect config Bump AWS provider and update examples to include ECS Service Connect config May 17, 2024
@joe-niland
Copy link
Sponsor Member Author

/terratest

@joe-niland
Copy link
Sponsor Member Author

/terratest

@@ -117,10 +117,6 @@ module "ecs_alb_service_task" {
port = 80
}
]
timeout = [{
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

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

@awkaplan FYI, I couldn't get this working with a TCP port.

When Timeout is supplied, even if per_request_timeout_seconds is not supplied, I think the provider is setting the value to 0 which is invalid for a TCP port.

I haven't looked into it in detail, but it would be good if we could fix this as it will come up again.

@mergify mergify bot removed the triage Needs triage label May 17, 2024
@joe-niland
Copy link
Sponsor Member Author

/terratest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch A minor, backward compatible change
Projects
None yet
2 participants