Skip to content

Commit

Permalink
fixup! Update x account example
Browse files Browse the repository at this point in the history
  • Loading branch information
bonclay7 committed Jan 16, 2024
1 parent 1d5f4d6 commit 1d39e8c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/eks-cross-account-with-central-amp/data.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ data "aws_eks_cluster" "eks_two" {
name = var.cluster_two.name
provider = aws.eks_cluster_two
}

data "aws_grafana_workspace" "this" {
workspace_id = var.managed_grafana_workspace_id
provider = aws.eks_cluster_one
}

0 comments on commit 1d39e8c

Please sign in to comment.