Skip to content

Commit

Permalink
feat: Upgrade happy-env-ecs to use new machine-images (#3859)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
alexlokshin-czi and github-actions[bot] authored Feb 13, 2025
1 parent e20e40b commit 0e397a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions terraform/modules/happy-env-ecs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Default happy path environment module that supports creating S3 buckets, RDS dat

| Name | Source | Version |
|------|--------|---------|
| <a name="module_batch"></a> [batch](#module\_batch) | [email protected]:chanzuckerberg/shared-infra//terraform/modules/aws-batch-env | v0.292.0 |
| <a name="module_batch"></a> [batch](#module\_batch) | [email protected]:chanzuckerberg/shared-infra//terraform/modules/aws-batch-env | aws-batch-env-v0.1.0 |
| <a name="module_batch-swipe"></a> [batch-swipe](#module\_batch-swipe) | [email protected]:chanzuckerberg/shared-infra//terraform/modules/aws-batch-env-swipe | v0.227.0 |
| <a name="module_cert-lb"></a> [cert-lb](#module\_cert-lb) | github.com/chanzuckerberg/cztack//aws-acm-certificate | v0.43.1 |
| <a name="module_db"></a> [db](#module\_db) | github.com/chanzuckerberg/cztack//aws-aurora-postgres | v0.49.0 |
| <a name="module_ecrs"></a> [ecrs](#module\_ecrs) | [email protected]:chanzuckerberg/cztack//aws-ecr-repo | v0.59.0 |
| <a name="module_ecs-cluster"></a> [ecs-cluster](#module\_ecs-cluster) | [email protected]:chanzuckerberg/shared-infra//terraform/modules/ecs-cluster | ecs-cluster-v1.0.1 |
| <a name="module_ecs-cluster"></a> [ecs-cluster](#module\_ecs-cluster) | [email protected]:chanzuckerberg/shared-infra//terraform/modules/ecs-cluster | ecs-cluster-v2.4.0 |
| <a name="module_ecs-multi-domain-oauth-proxy"></a> [ecs-multi-domain-oauth-proxy](#module\_ecs-multi-domain-oauth-proxy) | [email protected]:chanzuckerberg/shared-infra//terraform/modules/ecs-multi-domain-oauth-proxy | ecs-multi-domain-oauth-proxy-v2.3.1 |
| <a name="module_happy_github_ci_role"></a> [happy\_github\_ci\_role](#module\_happy\_github\_ci\_role) | ../happy-github-ci-role | n/a |
| <a name="module_happy_service_account"></a> [happy\_service\_account](#module\_happy\_service\_account) | ../happy-tfe-okta-service-account | n/a |
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/happy-env-ecs/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module "instance-cloud-init-script" {
# Batch "classic" -- we're hoping to deprecate this in favor of swipe!
module "batch" {
for_each = var.batch_envs
source = "[email protected]:chanzuckerberg/shared-infra//terraform/modules/aws-batch-env?ref=v0.292.0"
source = "[email protected]:chanzuckerberg/shared-infra//terraform/modules/aws-batch-env?ref=aws-batch-env-v0.1.0"
cloud-env = var.cloud-env
tags = var.tags
name = each.value.name
Expand Down
2 changes: 1 addition & 1 deletion terraform/modules/happy-env-ecs/cluster.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
data "aws_region" "current" {}

module "ecs-cluster" {
source = "[email protected]:chanzuckerberg/shared-infra//terraform/modules/ecs-cluster?ref=ecs-cluster-v1.0.1"
source = "[email protected]:chanzuckerberg/shared-infra//terraform/modules/ecs-cluster?ref=ecs-cluster-v2.4.0"

ecs_cluster_name = "happy-${var.name}"

Expand Down

0 comments on commit 0e397a4

Please sign in to comment.