Skip to content

Commit

Permalink
Fix account id
Browse files Browse the repository at this point in the history
  • Loading branch information
saamalik committed Sep 4, 2024
1 parent 2344f45 commit 855dc16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edison-ai-yaml-tf-scripts/account-aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ locals {

# TODO refactor to separate file
account_ids = merge({
aws-eks = "609c506e2bfeae8682408ffb"
aws-stage-picard = "60972a2f3b53444f87f22e25"
}, {
for k, v in spectrocloud_cloudaccount_aws.this :
v.name => v.id
Expand Down
2 changes: 1 addition & 1 deletion edison-ai-yaml/cluster-eks-tools-prod-1.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tools-prod-1
cloud_account: aws-eks
cloud_account: aws-stage-picard
profiles:
infra: ProdEKS
cloud_config:
Expand Down

0 comments on commit 855dc16

Please sign in to comment.