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

issues #59 Add an option for enabling deployment_circuit_breaker #61

Merged
merged 4 commits into from
Dec 15, 2022

Conversation

akaiypova-jetty
Copy link
Contributor

resource "aws_ecs_service" "mongo" {
  name            = "my_ecs"

  deployment_circuit_breaker {
    enable  = true
    rollback = ture
  }
}

@jnonino jnonino assigned jnonino and akaiypova-jetty and unassigned jnonino Dec 10, 2022
@jnonino jnonino added the enhancement New feature or request label Dec 10, 2022
@jnonino jnonino added this to In progress in CN Services - Terraform Modules via automation Dec 10, 2022
@jnonino jnonino linked an issue Dec 10, 2022 that may be closed by this pull request
jnonino
jnonino previously approved these changes Dec 10, 2022
CN Services - Terraform Modules automation moved this from In progress to Reviewer approved Dec 10, 2022
CN Services - Terraform Modules automation moved this from Reviewer approved to Review in progress Dec 15, 2022
jnonino
jnonino previously approved these changes Dec 15, 2022
CN Services - Terraform Modules automation moved this from Review in progress to Reviewer approved Dec 15, 2022
CN Services - Terraform Modules automation moved this from Reviewer approved to Review in progress Dec 15, 2022
CN Services - Terraform Modules automation moved this from Review in progress to Reviewer approved Dec 15, 2022
@jnonino jnonino merged commit 3a22a6d into cn-terraform:main Dec 15, 2022
CN Services - Terraform Modules automation moved this from Reviewer approved to Done Dec 15, 2022
bion pushed a commit to civiform/cloud-deploy-infra that referenced this pull request Jan 9, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[cn-terraform/ecs-fargate-service/aws](https://registry.terraform.io/modules/cn-terraform/ecs-fargate-service/aws)
([source](https://togithub.com/cn-terraform/terraform-aws-ecs-fargate-service))
| module | patch | `2.0.36` -> `2.0.38` |

---

### Release Notes

<details>
<summary>cn-terraform/terraform-aws-ecs-fargate-service</summary>

###
[`v2.0.38`](https://togithub.com/cn-terraform/terraform-aws-ecs-fargate-service/releases/tag/2.0.38)

[Compare
Source](https://togithub.com/cn-terraform/terraform-aws-ecs-fargate-service/compare/2.0.37...2.0.38)

#### What's Changed

- Bring your own bucket by
[@&#8203;tvaughan77](https://togithub.com/tvaughan77) in
[cn-terraform/terraform-aws-ecs-fargate-service#65

#### New Contributors

- [@&#8203;tvaughan77](https://togithub.com/tvaughan77) made their first
contribution in
[cn-terraform/terraform-aws-ecs-fargate-service#65

**Full Changelog**:
cn-terraform/terraform-aws-ecs-fargate-service@2.0.37...2.0.38

###
[`v2.0.37`](https://togithub.com/cn-terraform/terraform-aws-ecs-fargate-service/releases/tag/2.0.37)

[Compare
Source](https://togithub.com/cn-terraform/terraform-aws-ecs-fargate-service/compare/2.0.36...2.0.37)

#### What's Changed

- issues
[#&#8203;59](https://togithub.com/cn-terraform/terraform-aws-ecs-fargate-service/issues/59)
Add an option for enabling deployment_circuit_breaker by
[@&#8203;akaiypova-jetty](https://togithub.com/akaiypova-jetty) in
[cn-terraform/terraform-aws-ecs-fargate-service#61

#### New Contributors

- [@&#8203;akaiypova-jetty](https://togithub.com/akaiypova-jetty) made
their first contribution in
[cn-terraform/terraform-aws-ecs-fargate-service#61

**Full Changelog**:
cn-terraform/terraform-aws-ecs-fargate-service@2.0.36...2.0.37

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/civiform/cloud-deploy-infra).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuOTUuMCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

Option for enabling deployment_circuit_breaker
2 participants