Skip to content

Commit 630a564

Browse files
committed
[IPL-7725] updating go-tfe version and fixing typos in changie entry
1 parent f4ffcd7 commit 630a564

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
kind: BUG FIXES
2-
body: Retrieve all workspace variables while doing a `terraform import`, include variables inhertied from variable sets but not overwritten by the worskapce.
2+
body: Retrieve all workspace variables while doing a `terraform import`, include variables inherited from variable sets but not overwritten by the workspace.
33
time: 2025-06-16T16:38:43.620673+05:30
44
custom:
55
Issue: "37241"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/hashicorp/go-plugin v1.6.3
3030
github.com/hashicorp/go-retryablehttp v0.7.7
3131
github.com/hashicorp/go-slug v0.16.4
32-
github.com/hashicorp/go-tfe v1.82.1-0.20250613052144-3b35abc31a1f
32+
github.com/hashicorp/go-tfe v1.83.0
3333
github.com/hashicorp/go-uuid v1.0.3
3434
github.com/hashicorp/go-version v1.7.0
3535
github.com/hashicorp/hcl v1.0.0

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1137,6 +1137,7 @@ github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdv
11371137
github.com/hashicorp/go-tfe v1.74.1 h1:I/8fOwSYox17IZV7SULIQH0ZRPNL2g/biW6hHWnOTVY=
11381138
github.com/hashicorp/go-tfe v1.74.1/go.mod h1:kGHWMZ3HHjitgqON8nBZ4kPVJ3cLbzM4JMgmNVMs9aQ=
11391139
github.com/hashicorp/go-tfe v1.82.1-0.20250613052144-3b35abc31a1f/go.mod h1:6dUFMBKh0jkxlRsrw7bYD2mby0efdwE4dtlAuTogIzA=
1140+
github.com/hashicorp/go-tfe v1.83.0/go.mod h1:6dUFMBKh0jkxlRsrw7bYD2mby0efdwE4dtlAuTogIzA=
11401141
github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
11411142
github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
11421143
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=

0 commit comments

Comments
 (0)