generated from hashicorp/terraform-provider-scaffolding
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compute unconfigured hcp_group description
Why: * When an hcp_group description is not configured in a Terraform file, then Terraform returns an error about the state's value of null not matching the provider's return value of "". This change addresses the need by: * Add failing test for hcpi_group description not being configured. * Fix test by configuring the hcp_group description attribute to be computed. Fixes #841
- Loading branch information
1 parent
3c18883
commit d14b614
Showing
3 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
```release-note:bug | ||
Cloud Platform: fix issue where hcp_group without a description would cause a state error |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters