We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617f212 commit b5ae460Copy full SHA for b5ae460
terraform/modules/run-service/variables.tf
@@ -15,10 +15,6 @@ variable "service_name" {
15
description = "Optional: Can be used to create more than function from the same package"
16
type = string
17
}
18
-variable "service_name" {
19
- description = "Optional: Can be used to create more than function from the same package"
20
- type = string
21
-}
22
variable "source_directory" {
23
description = "The folder of the package containing function that will be executed when the Google Cloud Function is triggered!"
24
0 commit comments