File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # 0.17.3 (Unreleased )
1
+ # 0.17.3 (August 31, 2022 )
2
2
3
3
Please note that terraform-exec now requires Go 1.18.
4
4
5
5
BUG FIXES:
6
6
7
- - Fix bug in which ` terraform init ` was always called with the ` -force-copy ` flag [ GH- 268 ]
8
- - Always pass ` -no-color ` flag when calling ` terraform force-unlock ` [ GH- 270 ]
7
+ - Fix bug in which ` terraform init ` was always called with the ` -force-copy ` flag ( [ # 268 ] ( https://github.com/hashicorp/terraform-exec/issues/268 ) )
8
+ - Always pass ` -no-color ` flag when calling ` terraform force-unlock ` ( [ # 270 ] ( https://github.com/hashicorp/terraform-exec/issues/270 ) )
9
9
10
10
# 0.17.2 (July 01, 2022)
11
11
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
- const version = "0.17.2 "
3
+ const version = "0.17.3 "
4
4
5
5
// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
6
6
// This is a function to allow for future possible enhancement using debug.BuildInfo.
You can’t perform that action at this time.
0 commit comments