Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-core committed Jun 1, 2022
1 parent b79d17a commit 129f62a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
@@ -1,14 +1,14 @@
## 1.2.2 (Unreleased)
## 1.2.2 (June 01, 2022)

ENHANCEMENTS:

* Invalid `-var` arguments with spaces between the name and value now have an improved error message [GH-30985]
* Invalid `-var` arguments with spaces between the name and value now have an improved error message ([#30985](https://github.com/hashicorp/terraform/issues/30985))

BUG FIXES:

* Terraform now hides invalid input values for sensitive root module variables when generating error diagnostics [GH-30552]
* Fixed crash on CLI autocomplete [GH-31160]
* The "Configuration contains unknown values" error message now includes attribute paths [GH-3111]
* Terraform now hides invalid input values for sensitive root module variables when generating error diagnostics ([#30552](https://github.com/hashicorp/terraform/issues/30552))
* Fixed crash on CLI autocomplete ([#31160](https://github.com/hashicorp/terraform/issues/31160))
* The "Configuration contains unknown values" error message now includes attribute paths ([#3111](https://github.com/hashicorp/terraform/issues/3111))

## 1.2.1 (May 23, 2022)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -16,7 +16,7 @@ var Version = "1.2.2"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
var Prerelease = "dev"
var Prerelease = ""

// SemVer is an instance of version.Version. This has the secondary
// benefit of verifying during tests and init time that our version is a
Expand Down

0 comments on commit 129f62a

Please sign in to comment.