Commit 3a8c8c0f authored by Sean Clerkin's avatar Sean Clerkin

Remove testing resource names

parent 6a58ec30
...@@ -93,8 +93,7 @@ resource "aws_iam_role" "backup_efs_node" { ...@@ -93,8 +93,7 @@ resource "aws_iam_role" "backup_efs_node" {
} }
resource "aws_iam_policy" "backup_efs_node" { resource "aws_iam_policy" "backup_efs_node" {
name = "sean-efs-to-s3-backup-test" name = "${var.name}"
description = "sean-efs-to-s3-backup-test"
policy = "${data.aws_iam_policy_document.backup_efs_node_policy.json}" policy = "${data.aws_iam_policy_document.backup_efs_node_policy.json}"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment