Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilmulinti authored Mar 7, 2024
1 parent 7fdbb7e commit 5ba1e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra-as-code/terraform/sample-aws/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ resource "aws_iam_role" "eks_iam" {
}

resource "kubernetes_annotations" "example" {
depends_on = [kubernetes_service_account.ebs_csi_controller_sa]
api_version = "v1"
kind = "ServiceAccount"
metadata {
Expand Down

0 comments on commit 5ba1e7e

Please sign in to comment.