add excalidraw module [ci skip]

This commit is contained in:
viktorbarzin 2023-04-09 13:18:57 +01:00
parent 65fa9216a2
commit 16a6114bd1
No known key found for this signature in database
GPG key ID: 0EB088298288D958
4 changed files with 120 additions and 0 deletions

View file

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