Skip to content

Commit

Permalink
style: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Jul 10, 2024
1 parent eb417e6 commit 6981ce8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions envs/staging/api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ module "api" {
}

server = {
hydra_host = ""
kratos_public_host = module.kratos.public_uri
kratos_admin_host = module.kratos.admin_uri
kratos_secret = module.kratos.secret
kratos_db_uri = "postgres://${local.postgres_database_username_default}:${var.kpi_kpi_database_password_default}@${module.gcloud_postgres.database_private_ip_address}/kratos"
hydra_host = ""
kratos_public_host = module.kratos.public_uri
kratos_admin_host = module.kratos.admin_uri
kratos_secret = module.kratos.secret
kratos_db_uri = "postgres://${local.postgres_database_username_default}:${var.kpi_kpi_database_password_default}@${module.gcloud_postgres.database_private_ip_address}/kratos"
swr_queue_dashboard = {
username = var.api_swr_queue_dashboard_username
password = var.api_swr_queue_dashboard_password
Expand Down
12 changes: 6 additions & 6 deletions modules/api/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ variable "redis_url" {
variable "server" {
description = "Configuration for server"
type = object({
hydra_host = string
kratos_public_host = string
kratos_admin_host = string
kratos_secret = string
kratos_db_uri = string
google_service_account = string
hydra_host = string
kratos_public_host = string
kratos_admin_host = string
kratos_secret = string
kratos_db_uri = string
google_service_account = string
swr_queue_dashboard = object({
username = string
password = string
Expand Down

0 comments on commit 6981ce8

Please sign in to comment.