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

Updated template to use dynamic resolution of SSM parameter store value #563

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

dms1981
Copy link
Contributor

@dms1981 dms1981 commented Oct 11, 2024

This PR resolves #1385 in the Modernisation Platform repository.

This PR replaces the data call which can result in outdated AMI versions being used in templates, for a public SSM Parameter resolve statement which will return the value from the parameter when instances are created, ensuring that the latest version is used.

@dms1981 dms1981 requested a review from a team as a code owner October 11, 2024 14:20
Copy link
Contributor

Trivy Scan Success

Show Output ```hcl

Trivy will check the following folders:

</details> #### `Checkov Scan` Success
<details><summary>Show Output</summary>

```hcl

*****************************

Checkov will check the following folders:

CTFLint Scan Success

Show Output
*****************************

Setting default tflint config...
Running tflint --init...
Installing "terraform" plugin...
Installed "terraform" (source: github.com/terraform-linters/tflint-ruleset-terraform, version: 0.9.1)
tflint will check the following folders:

Trivy Scan Success

Show Output
*****************************

Trivy will check the following folders:

Copy link
Contributor

@mikereiddigital mikereiddigital left a comment

Choose a reason for hiding this comment

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

lg2m

@dms1981 dms1981 merged commit 440a828 into main Oct 11, 2024
@dms1981 dms1981 deleted the feature/1385-resolve-parameter-instead-of-ami branch October 11, 2024 14:26
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.

How to auto update bastions with latest AMI version
2 participants