Skip to content

Commit

Permalink
Revert "[DEV-1383, DEV-1384] - Create ECS and ALB for CMS Strapi (#637)…
Browse files Browse the repository at this point in the history
…" (#677)

This reverts commit c0c4026.
  • Loading branch information
datalek authored Feb 26, 2024
1 parent c0c4026 commit 8e18a76
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 273 deletions.
File renamed without changes.
53 changes: 0 additions & 53 deletions .infrastructure/alb.tf

This file was deleted.

79 changes: 0 additions & 79 deletions .infrastructure/ecs.tf

This file was deleted.

129 changes: 0 additions & 129 deletions .infrastructure/task-definitions/cms_app.json.tpl

This file was deleted.

12 changes: 0 additions & 12 deletions .infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,6 @@ variable "cms_app_port" {
default = 1337
}

## CMS Strapi CPU
variable "cms_app_cpu" {
description = "Fargate instance CPU units to provision (1 vCPU = 1024 CPU units)"
default = "1024" ##### 1 vCPU
}

## CMS Strapi RAM
variable "cms_app_memory" {
description = "Fargate instance memory to provision (in MiB)"
default = "3072" ##### 3 GB RAM
}

# CMS Strapi DNS
variable "dns_domain_name_cms" {
description = "DNS domain name of the Developer Portal's CMS"
Expand Down

0 comments on commit 8e18a76

Please sign in to comment.