We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a63856 commit 7234f64Copy full SHA for 7234f64
1 file changed
modules/api-gateways/main.tf
@@ -11,7 +11,7 @@ terraform {
11
12
# Create an HTTP API
13
resource "aws_apigatewayv2_api" "example" {
14
- name = "example-http-api"
+ name = "${var.customer}-http-api"
15
protocol_type = "HTTP"
16
description = "Example HTTP API Gateway"
17
}
0 commit comments