Skip to content

Commit

Permalink
style: terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Nov 16, 2023
1 parent e7150b2 commit bab967e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/onp_cluster_minecraft_secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ resource "kubernetes_secret" "onp_minecraft_debug_secrets" {
}

data = {
DISCORDSRV_TOKEN = var.minecraft__discordsrv_bot_token
MINIO_DEBUG_ACCESS_KEY = var.minio_debug_access_key
DISCORDSRV_TOKEN = var.minecraft__discordsrv_bot_token
MINIO_DEBUG_ACCESS_KEY = var.minio_debug_access_key
MINIO_DEBUG_ACCESS_SECRET = var.minio_debug_access_secret
}

Expand Down

0 comments on commit bab967e

Please sign in to comment.