Hapag-Lloyd / terraform-aws-bastion-host-ssm

Terraform module to create an enterprise grade bastion host: High availability, SSM access only, encrypted disk and flexible resource naming.
Apache License 2.0
9 stars 4 forks source link

chore!: update the default image via Renovate #336

Closed kayman-mk closed 1 month ago

kayman-mk commented 1 month ago

Description

So far the AMI id was calculated on every terraform apply and changed frequently whenever a new AMI was published. This is against the concept of immutable infrastructure. The AMI should not change automatically.

This PR enables Renovate to update the AMI via PR.

Migrations required

The var.ami_name_filter is removed. The AMI id is set internally or can be provided with var.ami_id if you want to use (and update) your own AMI

Checklist

github-actions[bot] commented 1 month ago

Hey @kayman-mk! 👋

Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under the Apache 2.0 license.

The following ChatOps commands are supported:

Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.

This message was generated automatically. You are welcome to improve it.

kayman-mk commented 1 month ago

Workflows fixed. Something went wrong with #337