Skip to content

Commit

Permalink
another profile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 9, 2024
1 parent 1ae4a44 commit 2ea3195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lab/us-gov-east-1/vpc/cluster/eks-istio/provider.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# provider.tf
provider "aws" {
region = "us-gov-east-1"
profile = "224384469011-lab-dev-gov.inf-admin-t3"
profile = "224384469011-lab-dev-gov"
}

provider "kubernetes" {
Expand All @@ -14,4 +14,4 @@ provider "helm" {
config_path = "~/.kube/config"
config_context = "arn:aws-us-gov:eks:us-gov-east-1:224384469011:cluster/platform-eng-eks-test"
}
}
}

0 comments on commit 2ea3195

Please sign in to comment.