Skip to content

Commit 22a5e1b

Browse files
committed
Add terraform 1.0+ support for linting and update readme
1 parent b5862d3 commit 22a5e1b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
SHELL := /bin/bash
2-
TERRAFORM_VERSION ?= 0.12.28
2+
TERRAFORM_VERSION ?= 1.0.1
33

44
-include $(shell curl -sSL -o .build-harness "https://git.io/build-harness"; echo .build-harness)
55

66
## Lint terraform code
77
lint:
8-
$(SELF) terraform/install terraform/get-modules terraform/get-plugins terraform/lint
8+
$(SELF) terraform/install terraform/get-modules terraform/lint

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
Terraform module that configures the [recommended Amazon ElasticSearch Alarms](https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/cloudwatch-alarms.html) using CloudWatch and sends alerts to an SNS topic. By default, this module creates an SNS topic, but it can be configured to point to an existing SNS topic (see [example](./examples/use-existing-sns/main.tf))
77

88
`v1.x` supports terraform `v0.12+` syntax!
9+
`v2.0+` supports terraform `v1.0+` syntax!
910

1011
This project is inspired by [CloudPosse](https://github.com/cloudposse)
1112

0 commit comments

Comments
 (0)