Skip to content

Commit

Permalink
- Fixing ephemeral storage variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaellh0079 committed May 16, 2024
1 parent 5238f4e commit ce6dfdb
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 ce6dfdb

Please sign in to comment.