Skip to content

Commit

Permalink
removed a few folders from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 18, 2025
1 parent c4d2018 commit cdcdb38
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ dependency "eks_dns" {
dependency "eks_loki" {
config_path = "../eks-loki"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]
mock_outputs = {
rwo_storage_class = "gp3-mocked"
loki_internal_endpoint = {
url = "mock.loki.enpoint.example.com"
}
}
}

dependency "eks_prometheus" {
config_path = "../eks-prometheus"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]
mock_outputs = {
rwo_storage_class = "gp3-mocked"
gateway_internal_endpoint = {
Expand Down

0 comments on commit cdcdb38

Please sign in to comment.