Skip to content

Commit 39ba02f

Browse files
author
Terraform SDK CircleCI
committed
v0.17.3 [skip ci]
1 parent 1a4c27d commit 39ba02f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# 0.17.3 (Unreleased)
1+
# 0.17.3 (August 31, 2022)
22

33
Please note that terraform-exec now requires Go 1.18.
44

55
BUG FIXES:
66

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))
99

1010
# 0.17.2 (July 01, 2022)
1111

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package version
22

3-
const version = "0.17.2"
3+
const version = "0.17.3"
44

55
// ModuleVersion returns the current version of the github.com/hashicorp/terraform-exec Go module.
66
// This is a function to allow for future possible enhancement using debug.BuildInfo.

0 commit comments

Comments
 (0)