add fb page token vars [CI SKIP]
This commit is contained in:
parent
a1c2618187
commit
d7c5eb6bc5
5 changed files with 11 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ variable "drone_rpc_secret" {}
|
|||
variable "oauth_client_id" {}
|
||||
variable "oauth_client_secret" {}
|
||||
variable "webhook_handler_fb_verify_token" {}
|
||||
variable "webhook_handler_fb_page_token" {}
|
||||
|
||||
resource "null_resource" "core_services" {
|
||||
# List all the core modules that must be provisioned first
|
||||
|
|
@ -158,6 +159,7 @@ module "webhook_handler" {
|
|||
tls_secret_name = var.tls_secret_name
|
||||
webhook_secret = var.webhook_handler_secret
|
||||
fb_verify_token = var.webhook_handler_fb_verify_token
|
||||
fb_page_token = var.webhook_handler_fb_page_token
|
||||
|
||||
depends_on = [null_resource.core_services]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue