Skip to content

Commit b5ae460

Browse files
committed
remove duplicate variable definition for service_name in variables.tf
1 parent 617f212 commit b5ae460

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

terraform/modules/run-service/variables.tf

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ variable "service_name" {
1515
description = "Optional: Can be used to create more than function from the same package"
1616
type = string
1717
}
18-
variable "service_name" {
19-
description = "Optional: Can be used to create more than function from the same package"
20-
type = string
21-
}
2218
variable "source_directory" {
2319
description = "The folder of the package containing function that will be executed when the Google Cloud Function is triggered!"
2420
type = string

0 commit comments

Comments
 (0)