Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tf_mod_aws_bastion
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
steamhaus
tf_mod_aws_bastion
Commits
c4577d8d
Commit
c4577d8d
authored
Apr 16, 2018
by
Chris Merrett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore changes to the image_id for the near future
parent
a31c1967
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
main.tf
main.tf
+6
-1
No files found.
main.tf
View file @
c4577d8d
...
...
@@ -75,7 +75,12 @@ resource "aws_launch_configuration" "bastion" {
security_groups
=
[
"
${
aws_security_group
.
bastion
.
id
}
"
]
user_data
=
"
${data
.
template_file
.
userdata
.
rendered
}
"
lifecycle
{
create_before_destroy
=
true
}
lifecycle
{
create_before_destroy
=
true
ignore_changes
=
[
"image_id"
,
]
}
}
resource
"aws_autoscaling_group"
"bastion"
{
...
...
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