Skip to content

Commit

Permalink
more fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Mar 12, 2025
1 parent d9135bd commit d773cc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies {
dependency "eks" {
config_path = "../eks"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]

mock_outputs = {
cluster_name = "mock-cluster"
cluster_endpoint = "https://mock-endpoint.eks.amazonaws.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ dependency "eks_dns" {
config_path = "../eks-dns"
mock_outputs_allowed_terraform_commands = ["init", "plan", "validate", "destroy"]
mock_outputs = {
cluster_domain = "mock.example.com"
oidc_provider_arn = "arn:aws-us-gov:iam::123456789012:oidc-provider/mock"
cluster_domain = "mock.example.com"
}
}

Expand Down

0 comments on commit d773cc7

Please sign in to comment.