Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
update terraform to provision endpoints - change docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Aug 6, 2023
1 parent 6d04814 commit a0994c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/hydrocron-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ resource "aws_security_group_rule" "allow_app_in" {

# API Gateway
resource "aws_api_gateway_rest_api" "hydrocron-api-gateway" {
name = "${local.ec2_resources_name}-api-gateway1"
name = "${local.ec2_resources_name}-api-gateway"
description = "API to access Hydrocron"
body = templatefile(
"${path.module}/api-specification-templates/hydrocron_aws_api.yml",
Expand Down

0 comments on commit a0994c8

Please sign in to comment.