Skip to content

Commit

Permalink
Support for Terraform 0.12
Browse files Browse the repository at this point in the history
This commit makes the provider compatible with Terraform 0.12.
  • Loading branch information
franckverrot committed Aug 2, 2019
1 parent a5f2098 commit 8e71923
Show file tree
Hide file tree
Showing 3 changed files with 374 additions and 141 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## August 1st 2019

* Support for Terraform 0.12


## Jul 21st 2019

* A change to a plan's amount, currency or interval will force a new resource
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/franckverrot/terraform-provider-stripe
go 1.12

require (
github.com/hashicorp/terraform v0.11.13
github.com/hashicorp/terraform v0.12.5
github.com/stripe/stripe-go v60.12.2+incompatible
)
Loading

0 comments on commit 8e71923

Please sign in to comment.