Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tf_mod_aws_efs_backup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
steamhaus
tf_mod_aws_efs_backup
Commits
3a8c8c0f
Commit
3a8c8c0f
authored
Oct 04, 2017
by
Sean Clerkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove testing resource names
parent
6a58ec30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
main.tf
main.tf
+1
-2
No files found.
main.tf
View file @
3a8c8c0f
...
...
@@ -93,8 +93,7 @@ resource "aws_iam_role" "backup_efs_node" {
}
resource
"aws_iam_policy"
"backup_efs_node"
{
name
=
"sean-efs-to-s3-backup-test"
description
=
"sean-efs-to-s3-backup-test"
name
=
"
${
var
.
name
}
"
policy
=
"
${data
.
aws_iam_policy_document
.
backup_efs_node_policy
.
json
}
"
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment