Skip to content

Commit aaad594

Browse files
authored
renamed apigw_arn to apigw_id
1 parent 9fac559 commit aaad594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ variable "enable_version_identifier" {
465465
default = false
466466
}
467467

468-
variable "apigw_arn" {
469-
description = "API Gateway ARN"
468+
variable "apigw_id" {
469+
description = "API Gateway Id"
470470
type = string
471471
default = null
472472
}

0 commit comments

Comments
 (0)