Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 23, 2024
1 parent d9d338b commit 74a0e96
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ dependency "eks-istio" {
}

inputs = {
cluster_name = dependency.eks.inputs.cluster_name
cluster_mailing_list = dependency.eks.inputs.creator
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
profile = dependency.eks.inputs.profile
region = dependency.eks.inputs.region
cluster_name = dependency.eks.inputs.cluster_name
cluster_mailing_list = dependency.eks.inputs.creator
oidc_provider_arn = dependency.eks.outputs.oidc_provider_arn
profile = dependency.eks.inputs.profile
region = dependency.eks.inputs.region
cert_manager_version = "v1.15.1"
namespace = "cert-manager"
namespace = "cert-manager"
}

generate "provider-eks" {
Expand Down

0 comments on commit 74a0e96

Please sign in to comment.