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

Raised version of module for ssh_key_pair #16

Merged
merged 2 commits into from
Oct 13, 2020
Merged

Raised version of module for ssh_key_pair #16

merged 2 commits into from
Oct 13, 2020

Conversation

a-nldisr
Copy link
Contributor

@a-nldisr a-nldisr commented Oct 13, 2020

The ssh_key_pair module is pointing to version 0.9.0. However 0.9.0 can only be used with Terraform version 0.12. Result is that this module is broken in 0.12.x+ versions, as you can see in the error that i used with a terraform version 0.13.x:

Error: Unsupported Terraform Core version

  on .terraform/modules/instance.ssh_key_pair/versions.tf line 2, in terraform:
   2:   required_version = "~> 0.12.0"

In later versions of the ssh_key_pair module this is fixed by this commit: cloudposse/terraform-aws-key-pair@fec52dc, so i raised this version right up to the latest available.

This module is pointing to version 0.9.0. However 0.9.0 can only be used with Terraform version 0.12. Result is that this module is broken in 0.12.x+ versions, as you can see in the error that i used with a terraform version 0.13.x:
```
Error: Unsupported Terraform Core version

  on .terraform/modules/instance.ssh_key_pair/versions.tf line 2, in terraform:
   2:   required_version = "~> 0.12.0"
```

In later versions of the ssh_key_pair module this is fixed, so i raised this version right up to the latest available.
@a-nldisr a-nldisr requested a review from a team as a code owner October 13, 2020 10:33
@a-nldisr a-nldisr requested review from jhosteny and RothAndrew and removed request for a team October 13, 2020 10:33
@RothAndrew
Copy link

/test all

@RothAndrew
Copy link

/rebuild-readme

@RothAndrew
Copy link

/test all

@RothAndrew RothAndrew merged commit 8bae778 into cloudposse:master Oct 13, 2020
starcry pushed a commit to YouLend/terraform-aws-ec2-instance-group that referenced this pull request Jun 9, 2022
* Raised version of module for ssh_key_pair

This module is pointing to version 0.9.0. However 0.9.0 can only be used with Terraform version 0.12. Result is that this module is broken in 0.12.x+ versions, as you can see in the error that i used with a terraform version 0.13.x:
```
Error: Unsupported Terraform Core version

  on .terraform/modules/instance.ssh_key_pair/versions.tf line 2, in terraform:
   2:   required_version = "~> 0.12.0"
```

In later versions of the ssh_key_pair module this is fixed, so i raised this version right up to the latest available.

* Updated README.md

Co-authored-by: actions-bot <[email protected]>
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.

3 participants