Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reload via name change #45

Conversation

lukaspour
Copy link
Contributor

Adds variable reload_bastion to reload the bastion if the aws_launch_configuration needs to be applied right after new changes take place.

README.md Outdated
@@ -32,6 +32,7 @@ Only SSH access is allowed to the bastion host.
* `allowed_ipv6_cidr` - A list of IPv6 CIDR Networks to allow ssh access to. Defaults to "::/0"
* `allowed_security_groups` - A list of Security Group ID's to allow access to the bastion host (useful if bastion is deployed internally) Defaults to empty list
* `extra_tags` - Optional a list of Key/Values Tags to be associated to the bastion host (see [Interpolated Tags](https://www.terraform.io/docs/providers/aws/r/autoscaling_group.html))
* `reload_bastion` - Whether to apply `aws_launch_configuration` and update instances in autoscaling group (by default - `false`)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Edit to apply_changes_immediately

Changes the name of variable to its correct name
@lukaspour
Copy link
Contributor Author

Is there anything to be changed? Or is it ok?

@antonbabenko antonbabenko merged commit 0f42219 into terraform-community-modules:master Apr 11, 2018
@antonbabenko
Copy link
Member

All good. Thank you! v1.8.0 has been released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants