Skip to content

Commit

Permalink
Support terraform 1.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
dubiety committed Jul 5, 2021
1 parent 9651d7f commit 6ec4900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL := /bin/bash
TERRAFORM_VERSION ?= 0.15.4
TERRAFORM_VERSION ?= 1.0.1

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

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
Terraform module that integrate PagerDuty to SNS topic.
It's 100% Open Source and licensed under the [APACHE2](LICENSE).

`v0.x` supports terraform `v0.12+` syntax!
`v1.x` supports terraform `v1.0+` syntax!

## Inputs

| Name | Description | Type | Default | Required |
Expand Down

0 comments on commit 6ec4900

Please sign in to comment.