Closed bryantbiggs closed 1 year ago
This PR is included in version 5.0.0 :tada:
@bryantbiggs Has this been tested with the new variable ignore_ami_changes
? I get the following error message, but only if the value of this variable is set to true.
β·
β Error: Output refers to sensitive values
β
β on outputs.tf line 146:
β 146: output "ami" {
β
β To reduce the risk of accidentally exporting sensitive data that was
β intended to be only internal, Terraform requires that any root module
β output containing sensitive data be explicitly marked as sensitive, to
β confirm your intent.
β
β If you do intend to export this data, annotate the output value as
β sensitive by adding the following argument:
β sensitive = true
β΅
`´´
I'm going to lock this pull request because it has been closed for 30 days β³. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
metadata_options
to enforce IMDSv2 for stronger security postureMotivation and Context
Breaking Changes
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectspre-commit run -a
on my pull request