Skip to content

Commit

Permalink
fix: tf format
Browse files Browse the repository at this point in the history
  • Loading branch information
bo0tzz committed Feb 19, 2025
1 parent 163b873 commit c98bf90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tf/deployment/modules/1password/account/config.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
version = "4.0.6"
}
htpasswd = {
source = "loafoe/htpasswd"
source = "loafoe/htpasswd"
version = "1.2.1"
}
}
Expand Down
4 changes: 2 additions & 2 deletions tf/deployment/modules/1password/account/k8s-secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ locals {
}

resource "onepassword_item" "preview_registry_secret" {
vault = data.onepassword_vault.kubernetes.uuid
title = "preview-registry-secret"
vault = data.onepassword_vault.kubernetes.uuid
title = "preview-registry-secret"
category = "secure_note"

username = local.preview_registry_user
Expand Down
4 changes: 2 additions & 2 deletions tf/deployment/modules/github/org/secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ data "onepassword_item" "preview_registry_secret" {
}

resource "github_actions_organization_secret" "preview_registry_user" {
secret_name = "PREVIEW_REGISTRY_USER"
secret_name = "PREVIEW_REGISTRY_USER"
plaintext_value = data.onepassword_item.preview_registry_secret.username
}

resource "github_actions_organization_secret" "preview_registry_password" {
secret_name = "PREVIEW_REGISTRY_PASSWORD"
secret_name = "PREVIEW_REGISTRY_PASSWORD"
plaintext_value = data.onepassword_item.preview_registry_secret.password
}

0 comments on commit c98bf90

Please sign in to comment.