Skip to content

Commit

Permalink
Remove environment variable in ebs post
Browse files Browse the repository at this point in the history
  • Loading branch information
davegallant committed Apr 8, 2024
1 parent c2fe588 commit bdd3648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/blog/amazon-ebs-csi-driver-terraform/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "aws_iam_openid_connect_provider" "eks" {
# IAM
resource "aws_iam_role" "ebs_csi_driver" {
name = "${var.environment_name}-ebs-csi-driver"
name = "ebs-csi-driver"
assume_role_policy = data.aws_iam_policy_document.ebs_csi_driver_assume_role.json
}
Expand Down

0 comments on commit bdd3648

Please sign in to comment.