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

feat: upgrade module to support Terraform 0.12.x #24

Merged
merged 3 commits into from
Mar 19, 2020
Merged

Conversation

jasonwalsh
Copy link
Member

This pull request uses the 0.12upgrade command to upgrade the configuration syntax to HCL 2.0.

BREAKING CHANGE:

This module no longer supports Terraform versions less than 0.11.x. Please upgrade to version ~> 0.12 of Terraform to continue using this module.

As always, please open an issue if more problems arise.

Closes #15, closes #20

@jasonwalsh jasonwalsh added the enhancement New feature or request label Mar 19, 2020
jasonwalsh added 2 commits March 19, 2020 12:33
BREAKING CHANGE:

This module no longer supports Terraform versions 0.11.x. Please upgrade
your version of Terraform and run the `0.12upgrade` command. Visit the
following URL for more information:

    https://www.terraform.io/docs/commands/0.12upgrade.html
@jasonwalsh jasonwalsh merged commit 8998443 into master Mar 19, 2020
@jasonwalsh jasonwalsh deleted the 0.12upgrade branch March 19, 2020 18:16
jasonwalsh pushed a commit that referenced this pull request Mar 19, 2020
# [2.0.0](v1.2.1...v2.0.0) (2020-03-19)

### Features

* upgrade module to support Terraform 0.12.x ([#24](#24)) ([8998443](8998443))

### BREAKING CHANGES

* This module no longer supports Terraform versions 0.11.x. Please upgrade
your version of Terraform and run the `0.12upgrade` command. Visit the
following URL for more information:

    https://www.terraform.io/docs/commands/0.12upgrade.html

* fix: change Terraform download URL to latest in CI
@jasonwalsh
Copy link
Member Author

🎉 This PR is included in version 2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws_ecs_task_definition invalid: volume must be a block not an attribute Support for 0.12
3 participants