Add admin email variable to tofu
This commit is contained in:
parent
f28e81fc9d
commit
3cb196f8c7
6 changed files with 14 additions and 4 deletions
4
main.tf
4
main.tf
|
@ -105,6 +105,8 @@ provider "tailscale" {
|
|||
module "infrastructure" {
|
||||
source = "./modules/infrastructure"
|
||||
|
||||
admin_email = var.admin_email
|
||||
|
||||
scaleway_project_id = var.scaleway_project_id
|
||||
|
||||
default_ssh_key = var.default_ssh_key
|
||||
|
@ -137,6 +139,8 @@ provider "postgresql" {
|
|||
module "services" {
|
||||
source = "./modules/services"
|
||||
|
||||
admin_email = var.admin_email
|
||||
|
||||
authentik_url = var.authentik_url
|
||||
|
||||
services = var.services
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue