remove dnscrypt [ci skip]

This commit is contained in:
Viktor Barzin 2023-09-15 09:18:13 +00:00
parent 63f9757414
commit 63b0fbdcff
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ variable "finance_app_gocardless_secret_key" {}
resource "null_resource" "core_services" {
# List all the core modules that must be provisioned first
depends_on = [module.metallb, module.bind, module.dnscrypt]
depends_on = [module.metallb, module.bind]
}
module "blog" {
@ -81,9 +81,9 @@ module "descheduler" {
source = "./descheduler"
}
module "dnscrypt" {
source = "./dnscrypt"
}
# module "dnscrypt" {
# source = "./dnscrypt"
# }
# CI/CD
module "drone" {

Binary file not shown.