add excalidraw module [ci skip]
This commit is contained in:
parent
65fa9216a2
commit
16a6114bd1
4 changed files with 120 additions and 0 deletions
|
|
@ -272,3 +272,8 @@ module "finance_app" {
|
|||
oauth_google_client_secret = var.finance_app_oauth_google_client_secret
|
||||
graphql_api_secret = var.finance_app_graphql_api_secret
|
||||
}
|
||||
|
||||
module "excalidraw" {
|
||||
source = "./excalidraw"
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue