terraform-aws-modules / terraform-aws-ec2-instance

Terraform module to create AWS EC2 instance(s) resources πŸ‡ΊπŸ‡¦
https://registry.terraform.io/modules/terraform-aws-modules/ec2-instance/aws
Apache License 2.0
758 stars 1.88k forks source link

feat!: Raise minimum required Terraform version to 1.0+ #331

Closed bryantbiggs closed 1 year ago

bryantbiggs commented 1 year ago

Description

Motivation and Context

Breaking Changes

How Has This Been Tested?

antonbabenko commented 1 year ago

This PR is included in version 5.0.0 :tada:

dhoppe commented 1 year ago

@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
β•΅
`´´
github-actions[bot] commented 1 year ago

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.