Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShibraAmin authored Dec 13, 2023
1 parent c7dea5f commit e243a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ module "farget_profle" {
depends_on = [module.vpc, module.eks]
profile_name = "app"
subnet_ids = [module.vpc.private_subnets[0]]
environment = local.environment
environment = "prod"
cluster_name = module.eks.cluster_name
namespace = ""
labels = {
Expand Down

0 comments on commit e243a0c

Please sign in to comment.