Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 7, 2024
1 parent bf3b18b commit be45ae6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@ variable "apply_action_project_roles" {
}

variable "gcp_project" {
type = string
type = string
description = "The GCP project name"
}

variable "gcp_region" {
type = string
type = string
description = "The GCP region for all resources managed within the project"
}

variable "github_default_branch_name" {
type = string
default = "main"
type = string
default = "main"
description = "The default/mainline branch name for the GitHub repo, workflows for which have OpenTofu apply (vs. plan) access"
}

variable "github_repo" {
type = string
type = string
description = "The fully-qualified name of the GitHub repo to which the state access will be granted"
}

variable "state_bucket_name" {
type = string
default = ""
type = string
default = ""
description = "The name of the bucket to manage and use for OpenTofu state"
}

0 comments on commit be45ae6

Please sign in to comment.