Skip to content

Commit

Permalink
- Using Cumulus v16.1.1 ECS service.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaellh0079 committed Oct 20, 2023
1 parent 61e9180 commit 335778d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
terraform {
required_providers {
aws = ">= 2.31.0"
null = "~> 2.1"
}
}

module "dmrpp_service" {
source = "./modules/dmrpp_service"
prefix = var.prefix
Expand Down
2 changes: 1 addition & 1 deletion modules/dmrpp_service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module "dmrpp_ecs_task_module" {
}

module "dmrpp_service" {
source = "https://github.com/nasa/cumulus/releases/download/v15.0.4/terraform-aws-cumulus-ecs-service.zip"
source = "https://github.com/nasa/cumulus/releases/download/v16.1.1/terraform-aws-cumulus-ecs-service.zip"

prefix = var.prefix
name = "${var.prefix}_dmrpp_generator"
Expand Down

0 comments on commit 335778d

Please sign in to comment.