Skip to content

Commit

Permalink
Remove secrets_aws_region from README
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmacedot committed Aug 4, 2024
1 parent 7261d9b commit 3f67062
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ module "external_secrets" {
cluster_name = module.eks_cluster.cluster_id
cluster_identity_oidc_issuer = module.eks_cluster.cluster_oidc_issuer_url
cluster_identity_oidc_issuer_arn = module.eks_cluster.oidc_provider_arn
secrets_aws_region = data.aws_region.current.name
}
```

Expand Down

0 comments on commit 3f67062

Please sign in to comment.