热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

CodeDeploy:Blue/GreendeploymentsandInPlacedeploymentswithtrafficcontrol.

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!


推荐阅读
author-avatar
mobiledu2502906927
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有