作者:mobiledu2502906927 | 来源:互联网 | 2024-10-20 20:59
Issue:https://github.com/terraform-providers/terraform-provider-aws/issues/504Th
Issue: https://github.com/terraform-providers/terraform-provider-aws/issues/504
This PR adds Blue/Green Deployment support to CodeDeploy Deployment Groups, as well as supporting In-Place deployments with Traffic Control (i.e. Load Balancer).
It was originally opened on February 4, 2017, as https://github.com/hashicorp/terraform/pull/11700.
This PR adds the following resources to a Deployment Group:
- DeploymentStyle
- LoadBalancerInfo
- BlueGreenDeploymentConfiguration
The original work is contained in a single new commit. The original PR retains all original commits and discussion.
These enhancements can also be used for in-place deployments with traffic control.
1 2 3 4 5
| hcl
deployment_style {
deployment_option = "WITH_TRAFFIC_CONTROL"
deployment_type = "IN_PLACE"
} |
Since this scenario was not supported when the original PR was created, I created a new commit that includes a test for this specific configuration, as well as updating the documentation to reflect this recent change. No code changes were required to support this scenario.
该提问来源于开源项目:hashicorp/terraform-provider-aws
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!