Skip to content

Commit 7234f64

Browse files
Update main.tf
1 parent 5a63856 commit 7234f64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/api-gateways/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ terraform {
1111

1212
# Create an HTTP API
1313
resource "aws_apigatewayv2_api" "example" {
14-
name = "example-http-api"
14+
name = "${var.customer}-http-api"
1515
protocol_type = "HTTP"
1616
description = "Example HTTP API Gateway"
1717
}

0 commit comments

Comments
 (0)