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 92dfee8 commit 15f5896
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions terraform/hydrocron-main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,6 @@ resource "aws_api_gateway_rest_api" "hydrocron-api-gateway" {
}
}


resource "aws_cloudwatch_log_group" "hydrocron-api-gateway-logs" {
name = "API-Gateway-Execution-Logs_${aws_api_gateway_rest_api.hydrocron-api-gateway.id}/${aws_api_gateway_deployment.hydrocron-api-gateway-deployment.stage_name}"
retention_in_days = 60
}

output "url" {
value = "${aws_api_gateway_deployment.hydrocron-api-gateway-deployment.invoke_url}/api"
}

resource "aws_ssm_parameter" "hydrocron-api-url" {
name = "hydrocron-api-url"
type = "String"
value = aws_api_gateway_deployment.hydrocron-api-gateway-deployment.invoke_url
}

#########################
# CodeBuild functionality
#########################
Expand Down

0 comments on commit 15f5896

Please sign in to comment.