Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
audronFS committed Oct 2, 2023
1 parent 066a4f0 commit 6876569
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gcp/cloud-function-gen2/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,17 @@ variable "http_headers" {
variable "project" {
default = null
}

variable "repository_name" {
description = "Repo name where the service is located (in GitHub)"
type = string
}

variable "project_id" {
description = "The ID of the project in which the resource belongs."
type = string
}

variable "trigger_config" {
description = "Configuration for the Cloud Build Trigger"
type = object({
Expand Down

0 comments on commit 6876569

Please sign in to comment.