Skip to content

Commit

Permalink
bump the version of the used terraform bridge provider. (#257)
Browse files Browse the repository at this point in the history
bump the version of the used terraform bridge provider.
  • Loading branch information
brandonpollack23 authored Dec 23, 2024
1 parent f3c7b35 commit 390b845
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### Improvements

* Bump generated provider-terraform version

### Bug Fixes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package "boundary" {
baseProviderName = "terraform-provider"
baseProviderVersion = "0.3.0"
baseProviderVersion = "0.5.4"
parameterization {
version = "1.1.9"
name = "boundary"
Expand Down
2 changes: 1 addition & 1 deletion pkg/convert/tf.go
Original file line number Diff line number Diff line change
Expand Up @@ -3439,7 +3439,7 @@ func getPackageBlock(name string, prov *configs.RequiredProvider) (*hclwrite.Blo

if isTerraformProvider(packageName) {
body.SetAttributeValue("baseProviderName", cty.StringVal("terraform-provider"))
body.SetAttributeValue("baseProviderVersion", cty.StringVal("0.3.0"))
body.SetAttributeValue("baseProviderVersion", cty.StringVal("0.5.4"))

// Right now we use the shim of the opentofu implementation of getting the
// TF Package version to access an internal API.
Expand Down

0 comments on commit 390b845

Please sign in to comment.