forked from catalin/fukuops
feat: add pulse
This commit is contained in:
parent
7a4f608d2e
commit
aa05c20e2d
9 changed files with 195 additions and 46 deletions
|
|
@ -78,3 +78,13 @@ variable "ganymede_client_secret" {
|
|||
description = "Ganymede client secret"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "pulse_client_id" {
|
||||
description = "Pulse client ID"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "pulse_client_secret" {
|
||||
description = "Pulse client secret"
|
||||
type = string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue