Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Informatica Secure Agent
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
interop
iics
Informatica Secure Agent
Merge requests
!55
Update file efs.tf
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update file efs.tf
REBECCA.WHEELER-master-patch-bdac
into
master
Overview
2
Commits
1
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Merged
Rebecca Wheeler
requested to merge
REBECCA.WHEELER-master-patch-bdac
into
master
1 year ago
Overview
2
Commits
1
Pipelines
0
Changes
1
1 unresolved thread
Hide all comments
Expand
Added backups to EFS terraform build
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
38ac8e08
1 commit,
1 year ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
terraform/efs.tf
+
3
−
0
Options
@@ -11,4 +11,7 @@ resource "aws_efs_mount_target" "secure-agent-fs-mount" {
subnet_id
=
sort
(
data
.
aws_subnets
.
subnets
.
ids
)[
0
]
security_groups
=
[
data
.
aws_security_group
.
sec-group
.
id
]
backup_policy
{
status
=
"ENABLED"
}
}
Loading