add fb app token var to webhook_handler [CI SKIP]
This commit is contained in:
parent
81e3f47f18
commit
c1e76449a4
5 changed files with 9 additions and 0 deletions
2
main.tf
2
main.tf
|
|
@ -34,6 +34,7 @@ variable "oauth_client_id" {}
|
|||
variable "oauth_client_secret" {}
|
||||
variable "webhook_handler_fb_verify_token" {}
|
||||
variable "webhook_handler_fb_page_token" {}
|
||||
variable "webhook_handler_fb_app_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"
|
||||
|
|
@ -185,6 +186,7 @@ module "kubernetes_cluster" {
|
|||
webhook_handler_secret = var.webhook_handler_secret
|
||||
webhook_handler_fb_verify_token = var.webhook_handler_fb_verify_token
|
||||
webhook_handler_fb_page_token = var.webhook_handler_fb_page_token
|
||||
webhook_handler_fb_app_secret = var.webhook_handler_fb_app_secret
|
||||
|
||||
wireguard_wg_0_conf = var.wireguard_wg_0_conf
|
||||
wireguard_wg_0_key = var.wireguard_wg_0_key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue