mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-18 23:20:18 +00:00
add driftless example
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
c09bdc56ad
commit
9f1f8c558f
13 changed files with 1177 additions and 0 deletions
20
driftlessaf/variables.tf
Normal file
20
driftlessaf/variables.tf
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
variable "project_id" {
|
||||
type = string
|
||||
description = "The GCP project ID."
|
||||
}
|
||||
|
||||
variable "github_app_id" {
|
||||
type = string
|
||||
description = "The GitHub App ID."
|
||||
}
|
||||
|
||||
variable "team" {
|
||||
type = string
|
||||
description = "Team label to apply to resources."
|
||||
default = ""
|
||||
}
|
||||
|
||||
variable "secret_version_adder" {
|
||||
type = string
|
||||
description = "User permitted to manage webhook secrets (e.g., user:you@company.biz)."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue