Skip to content

Commit

Permalink
change endpoint to regional
Browse files Browse the repository at this point in the history
  • Loading branch information
K8sKween committed Nov 26, 2023
1 parent c092548 commit a716ff3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api_gateway_main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ resource "aws_api_gateway_rest_api" "route53_api" {
name = "Route53FlashpointAPI"
description = "API for Route53Flashpoint DNS Management"
tags = var.common_tags

endpoint_configuration {
types = ["REGIONAL"]
}
}

resource "aws_api_gateway_deployment" "route53_api_deployment" {
Expand Down

0 comments on commit a716ff3

Please sign in to comment.