Skip to content

Commit

Permalink
chore: migrate to cruxstack stack
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Jul 31, 2023
1 parent 262de29 commit 163f9f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ module "mw_auth_service_label" {
}

module "auth_service_code" {
source = "sgtoj/artifact-packager/docker"
version = "1.2.3"
source = "cruxstack/artifact-packager/docker"
version = "1.3.2"

enabled = local.auth_service_enabled
attributes = ["auth"]
Expand Down Expand Up @@ -235,8 +235,8 @@ module "mw_urlrewrite_service_label" {
}

module "urlrewrite_service_code" {
source = "sgtoj/artifact-packager/docker"
version = "1.2.3"
source = "cruxstack/artifact-packager/docker"
version = "1.3.2"

enabled = local.urlrewrite_service_enabled
attributes = ["urlrewrite"]
Expand Down

0 comments on commit 163f9f8

Please sign in to comment.