Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/github.com/hashicorp…
Browse files Browse the repository at this point in the history
…/go-getter-1.6.2
  • Loading branch information
nasir-rabbani authored Dec 1, 2022
2 parents a418ea0 + 94989ea commit fb70e85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/iac-providers/terraform/commons/test/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ func prepareAllResourceConfigs(v output.AllResourceConfigs, modifySourceVal bool
if modifySourceVal {
item.Source = filepath.Join(strings.Split(item.Source, "/")...)
}
// we pull latest version available for provider version hence is subject to change
item.ProviderVersion = ""

newkey := item.Source + "##" + item.ID
newval[key][newkey] = item
Expand Down

0 comments on commit fb70e85

Please sign in to comment.