add oauth env variables
This commit is contained in:
parent
7a82c00081
commit
bb2e236f86
3 changed files with 24 additions and 2 deletions
4
main.tf
4
main.tf
|
|
@ -56,6 +56,8 @@ variable "finance_app_imap_user" {}
|
|||
variable "finance_app_imap_password" {}
|
||||
variable "finance_app_imap_directory" {}
|
||||
variable "finance_app_monzo_registered_accounts_json" {}
|
||||
variable "finance_app_oauth_google_client_id" {}
|
||||
variable "finance_app_oauth_google_client_secret" {}
|
||||
|
||||
variable "ansible_prefix" {
|
||||
default = "ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/vault_pass.txt ansible-playbook -i playbook/hosts.yaml playbook/linux.yml -t linux/initial_setup"
|
||||
|
|
@ -275,4 +277,6 @@ module "kubernetes_cluster" {
|
|||
finance_app_imap_password = var.finance_app_imap_password
|
||||
finance_app_imap_directory = var.finance_app_imap_directory
|
||||
finance_app_monzo_registered_accounts_json = var.finance_app_monzo_registered_accounts_json
|
||||
finance_app_oauth_google_client_id = var.finance_app_oauth_google_client_id
|
||||
finance_app_oauth_google_client_secret = var.finance_app_oauth_google_client_secret
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue