forked from ManagedKube/kubernetes-ops
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tf): update terragrunt dependency github.com/managedkube/kuberne…
…tes-ops to v2.0.85 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ca2ed4f
commit 1026ee4
Showing
32 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
terraform-environments/aws/dev/helm/opentelemetry/30-opentelemetry-collector/terragrunt.hcl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ include { | |
} | ||
|
||
terraform { | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/networking/vnet/?ref=v2.0.50" | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/networking/vnet/?ref=v2.0.85" | ||
} | ||
|
||
# dependencies { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ include { | |
} | ||
|
||
terraform { | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/networking/peering/same-account/?ref=v2.0.50" | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/networking/peering/same-account/?ref=v2.0.85" | ||
# source = "~/Documents/ManagedKube/kubernetes-ops//terraform-modules/azure/aks/cluster/" | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ include { | |
} | ||
|
||
terraform { | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/aks/cluster2/?ref=v2.0.51" | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/aks/cluster2/?ref=v2.0.85" | ||
} | ||
|
||
dependency "vnet" { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ include { | |
} | ||
|
||
terraform { | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/aks/node_pool/?ref=v2.0.51" | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/aks/node_pool/?ref=v2.0.85" | ||
} | ||
|
||
dependency "kubernetes_cluster" { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ include { | |
} | ||
|
||
terraform { | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/vault/?ref=v2.0.50" | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/vault/?ref=v2.0.85" | ||
} | ||
|
||
dependency "aks" { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ include { | |
} | ||
|
||
terraform { | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/dns/private?ref=v2.0.50" | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/dns/private?ref=v2.0.85" | ||
} | ||
|
||
# dependency "aks" { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ include { | |
} | ||
|
||
terraform { | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/dns/public?ref=v2.0.50" | ||
source = "git::ssh://[email protected]/ManagedKube/kubernetes-ops.git//terraform-modules/azure/dns/public?ref=v2.0.85" | ||
} | ||
|
||
# dependency "aks" { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
terraform-modules/aws/testkube/base-tests/test-suites/infra-base/main.tf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters