Skip to content

Commit

Permalink
fix: fixes source fields in reference stack
Browse files Browse the repository at this point in the history
  • Loading branch information
fullykubed committed Mar 22, 2024
1 parent 0a932f5 commit 9384cd1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ include "panfactum" {
}

terraform {
source = "../../../../../terraform//aws_delegated_zones"
#source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//aws_delegated_zones"
source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//aws_delegated_zones"
}

dependency "root_domains" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ include "panfactum" {
}

terraform {
source = "../../../../../terraform//aws_delegated_zones"
#source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//aws_delegated_zones"
source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//aws_delegated_zones"
}

dependency "root_domains" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ include "panfactum" {
}

terraform {
source = "../../../../../terraform//aws_registered_domains"
#source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//aws_registered_domains"
source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//aws_registered_domains"
}

locals {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ include "panfactum" {
}

terraform {
source = "../../../../../terraform//kube_cert_issuers"
#source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//kube_cert_issuers"
source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//kube_cert_issuers"
}

dependency "cert_manager" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ include "panfactum" {
}

terraform {
source = "../../../../../terraform//kube_cert_manager"
#source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//kube_cert_manager"
source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//kube_cert_manager"
}

dependency "cilium" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ include "panfactum" {
}

terraform {
source = "../../../../../terraform//vault_core_resources"
#source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//vault_core_resources"
source = "github.com/Panfactum/stack.git?ref=main/packages/terraform//vault_core_resources"
}

dependency "cluster" {
Expand Down

0 comments on commit 9384cd1

Please sign in to comment.