Skip to content

Commit 8e71923

Browse files
committed
Support for Terraform 0.12
This commit makes the provider compatible with Terraform 0.12.
1 parent a5f2098 commit 8e71923

3 files changed

Lines changed: 374 additions & 141 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## August 1st 2019
4+
5+
* Support for Terraform 0.12
6+
7+
38
## Jul 21st 2019
49

510
* A change to a plan's amount, currency or interval will force a new resource

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/franckverrot/terraform-provider-stripe
33
go 1.12
44

55
require (
6-
github.com/hashicorp/terraform v0.11.13
6+
github.com/hashicorp/terraform v0.12.5
77
github.com/stripe/stripe-go v60.12.2+incompatible
88
)

0 commit comments

Comments
 (0)