Skip to content

Commit

Permalink
Merge pull request #67 from ghrcdaac/mlh0079-ephemeral-update
Browse files Browse the repository at this point in the history
 - Fixing ephemeral storage variable.
  • Loading branch information
sflynn-itsc authored Jun 24, 2024
2 parents 5238f4e + ce6dfdb commit a8bb720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ module "dmrpp_service" {

module "dmrpp_lambda" {
source = "./modules/dmrpp_lambda"

ephemeral_storage = var.ephemeral_storage
region = var.region
prefix = var.prefix
docker_image = var.docker_image
Expand Down

0 comments on commit a8bb720

Please sign in to comment.