Skip to content

Commit

Permalink
Update pulumi-terraform-bridge to v2.15.2 (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
komalali authored Dec 8, 2020
1 parent fbc6ab5 commit bd2384d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ CHANGELOG
=========

## HEAD (Unreleased)
_(none)_
* Upgrade to v2.15.2 of pulumi-terraform-bridge
* Bug fix: Corrects an issue where replacements were not being correctly identified and leading to panics.

---

Expand Down
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/hashicorp/aws-sdk-go-base v0.7.0
github.com/mitchellh/go-homedir v1.1.0
github.com/pulumi/pulumi-terraform-bridge/v2 v2.15.0
github.com/pulumi/pulumi-terraform-bridge/v2 v2.15.2
github.com/pulumi/pulumi/pkg/v2 v2.15.1-0.20201202214525-260620430c4c
github.com/pulumi/pulumi/sdk/v2 v2.15.1-0.20201202214525-260620430c4c
github.com/terraform-providers/terraform-provider-aws v0.0.0-20191010190908-1261a98537f2
Expand Down
2 changes: 2 additions & 0 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,8 @@ github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7z
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/pulumi/pulumi-terraform-bridge/v2 v2.15.0 h1:PekCEksvyddFBFTYA1Nhzyw3QyW8GavVK8lKpQPdHi0=
github.com/pulumi/pulumi-terraform-bridge/v2 v2.15.0/go.mod h1:XQza50xY2T2b+FkrAKQeLj6sREwDzdrhvjR3eSo2Gys=
github.com/pulumi/pulumi-terraform-bridge/v2 v2.15.2 h1:T14zDr3ryxsHSjSd/Z15w7h4Bxuav0CIcyjzCSGV9wU=
github.com/pulumi/pulumi-terraform-bridge/v2 v2.15.2/go.mod h1:XQza50xY2T2b+FkrAKQeLj6sREwDzdrhvjR3eSo2Gys=
github.com/pulumi/pulumi/pkg/v2 v2.15.1-0.20201202214525-260620430c4c h1:M4BMhdOt1le+7JtOhR7uOVrpvu9HnN9388AI/Je9/3Y=
github.com/pulumi/pulumi/pkg/v2 v2.15.1-0.20201202214525-260620430c4c/go.mod h1:xLEDqsipr92IXfe8EJrl8bANoEUtwmBJGBE8X8PKmP0=
github.com/pulumi/pulumi/sdk/v2 v2.2.1/go.mod h1:QNbWpL4gvf3X0lUFT7TXA2Jo1ff/Ti2l97AyFGYwvW4=
Expand Down

0 comments on commit bd2384d

Please sign in to comment.