initial commit
Signed-off-by: Jason Hall <imjasonh@gmail.com>
This commit is contained in:
commit
4dc1b58f2f
20 changed files with 1398 additions and 0 deletions
10
terraform/secrets.tf
Normal file
10
terraform/secrets.tf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Secrets are created out-of-band by scripts/bootstrap-secrets.sh.
|
||||
# This file only declares them as data sources; the IAM bindings live in iam.tf.
|
||||
|
||||
data "google_secret_manager_secret" "secret_key" {
|
||||
secret_id = "forgejo-secret-key"
|
||||
}
|
||||
|
||||
data "google_secret_manager_secret" "internal_token" {
|
||||
secret_id = "forgejo-internal-token"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue