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

Support Terraform 0.14 #24

Closed
tquach opened this issue Dec 22, 2020 · 2 comments
Closed

Support Terraform 0.14 #24

tquach opened this issue Dec 22, 2020 · 2 comments
Labels
bug 🐛 An issue with the system

Comments

@tquach
Copy link

tquach commented Dec 22, 2020

Describe the Feature

Support for Terraform version 0.14.

Expected Behavior

I expect to not get "this module is not compatible, either change the source or contact..." messages when I run terraform plan.

Use Case

Upgrading to terraform 0.14 prevents us from using this module.

This module depends on https://github.com/cloudposse/terraform-null-label?ref=v0.19.2 which in turn has a ceiling on Terraform version 0.14.

The terraform-null-label module has since released version 0.20.0 which removes the version ceiling.

Alternatives Considered

Use a fork that has support for 0.14.0

@tquach tquach added the bug 🐛 An issue with the system label Dec 22, 2020
@osterman
Copy link
Member

osterman commented Apr 5, 2021

This has been upgraded to HCL2

@osterman osterman closed this as completed Apr 5, 2021
@Warns
Copy link

Warns commented Nov 15, 2022

Hi @osterman @tquach from your comments I couldn't quite get what workaround you have done for this, I'm getting the null value error when running with terraform version 0.15.0

│ Error: Null value found in list
│
│   on modules/aws-cloudtrail-cloudwatch-alarms/main.tf line 121, in data "aws_iam_policy_document" "sns_topic_policy":
│  121:     resources = [local.sns_topic_arn]
│
│ Null values are not allowed for this attribute value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

No branches or pull requests

3 participants