Skip to content

Commit

Permalink
terraform config
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal committed Nov 2, 2023
1 parent b9dd19f commit 8222ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/hydrocron-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ resource "aws_lambda_permission" "allow_hydrocron-timeseries" {
resource "aws_api_gateway_rest_api" "hydrocron-api-gateway" {
name = "${local.ec2_resources_name}-api-gateway"
description = "API to access Hydrocron - test"
role = aws_iam_role.hydrocron-service-role.arn
body = templatefile(
"${path.module}/api-specification-templates/hydrocron_aws_api.yml",
{
Expand Down

0 comments on commit 8222ea0

Please sign in to comment.