Skip to content

Commit

Permalink
update Tags in eks block
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhritik committed Jul 16, 2023
1 parent dfcacc0 commit 731a46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion POC/aws-eks/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ provider "aws" {
tags = {
Environment = "Production"
Name = "EKS-cluster-resources"
provisioned_by = "Terraform"
Provisioned_By = "Terraform"
}
}
}

0 comments on commit 731a46d

Please sign in to comment.