add fb app token var to webhook_handler [CI SKIP]

This commit is contained in:
viktorbarzin 2021-03-09 21:43:14 +00:00
parent 81e3f47f18
commit c1e76449a4
No known key found for this signature in database
GPG key ID: 0EB088298288D958
5 changed files with 9 additions and 0 deletions

View file

@ -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