Skip to content

Commit

Permalink
change variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
g-lorena committed Apr 29, 2024
1 parent cfb255f commit d3fbc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Infra/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "lambdaLayer"{
lambda_layer_bucket_name = local.lambda_layer_bucket_name
lambda_layer = local.lambda_layer
compatible_layer_runtimes = local.compatible_layer_runtimes
compatible_architectures = local.compatible_layer_runtimes
compatible_architectures = local.compatible_architectures

}

Expand Down

0 comments on commit d3fbc82

Please sign in to comment.