-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
r/codedeploy_config: add support for lambda and traffic_routing #6644
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for submitting this @acburdine 👍 I think this is off to a good start. Hopefully a few little things then this is good to go.
fixes hashicorp#5393, refs hashicorp#4839 - adds traffic_routing_config sub-resource to codedeploy_deployment_config resource - add computed_platform optional element - make minimum_healthy_hosts optional as per aws api spec
6adfca8
to
d6b4d8f
Compare
@bflad made the changes you suggested
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great, @acburdine, thanks so much! 🚀
--- PASS: TestAccAWSCodeDeployDeploymentConfig_basic (4.71s)
--- PASS: TestAccAWSCodeDeployDeploymentConfig_trafficCanary (6.37s)
--- PASS: TestAccAWSCodeDeployDeploymentConfig_fleetPercent (6.46s)
--- PASS: TestAccAWSCodeDeployDeploymentConfig_trafficLinear (7.92s)
--- PASS: TestAccAWSCodeDeployDeploymentConfig_hostCount (8.13s)
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
fixes #5393, refs #4839
Changes proposed in this pull request:
codedeploy_deployment_config resource
Output from acceptance testing: