Skip to content

Commit 5b9c7a4

Browse files
Update changelog
1 parent e46c64f commit 5b9c7a4

8 files changed

+28
-37
lines changed

.changes/1.5.0.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## 1.5.0 (August 31, 2023)
2+
3+
FEATURES:
4+
5+
* config: Introduced new `config` package which contains interfaces and helper functions for working with native Terraform configuration and variables ([#153](https://github.com/hashicorp/terraform-plugin-testing/issues/153))
6+
* helper/resource: Added `TestStep.ConfigDirectory` to allow specifying a directory containing Terraform configuration for use during acceptance tests ([#153](https://github.com/hashicorp/terraform-plugin-testing/issues/153))
7+
* helper/resource: Added `TestStep.ConfigFile` to allow specifying a file containing Terraform configuration for use during acceptance tests ([#153](https://github.com/hashicorp/terraform-plugin-testing/issues/153))
8+
* helper/resource: Added `TestStep.ConfigVariables` to allow specifying Terraform variables for use with Terraform configuration during acceptance tests ([#153](https://github.com/hashicorp/terraform-plugin-testing/issues/153))
9+
* helper/resource: Removed data resource and managed resource `id` attribute requirement ([#84](https://github.com/hashicorp/terraform-plugin-testing/issues/84))
10+
11+
ENHANCEMENTS:
12+
13+
* helper/resource: Added `TestStep` type `ImportStateVerifyIdentifierAttribute` field, which can override the default `id` attribute used for matching prior resource state with imported resource state ([#84](https://github.com/hashicorp/terraform-plugin-testing/issues/84))
14+

.changes/unreleased/ENHANCEMENTS-20230820-195300.yaml

-7
This file was deleted.

.changes/unreleased/FEATURES-20230728-143814.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20230728-152737.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20230728-152822.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20230728-152917.yaml

-6
This file was deleted.

.changes/unreleased/FEATURES-20230820-195624.yaml

-6
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 1.5.0 (August 31, 2023)
2+
3+
FEATURES:
4+
5+
* config: Introduced new `config` package which contains interfaces and helper functions for working with native Terraform configuration and variables ([#153](https://github.com/hashicorp/terraform-plugin-testing/issues/153))
6+
* helper/resource: Added `TestStep.ConfigDirectory` to allow specifying a directory containing Terraform configuration for use during acceptance tests ([#153](https://github.com/hashicorp/terraform-plugin-testing/issues/153))
7+
* helper/resource: Added `TestStep.ConfigFile` to allow specifying a file containing Terraform configuration for use during acceptance tests ([#153](https://github.com/hashicorp/terraform-plugin-testing/issues/153))
8+
* helper/resource: Added `TestStep.ConfigVariables` to allow specifying Terraform variables for use with Terraform configuration during acceptance tests ([#153](https://github.com/hashicorp/terraform-plugin-testing/issues/153))
9+
* helper/resource: Removed data resource and managed resource `id` attribute requirement ([#84](https://github.com/hashicorp/terraform-plugin-testing/issues/84))
10+
11+
ENHANCEMENTS:
12+
13+
* helper/resource: Added `TestStep` type `ImportStateVerifyIdentifierAttribute` field, which can override the default `id` attribute used for matching prior resource state with imported resource state ([#84](https://github.com/hashicorp/terraform-plugin-testing/issues/84))
14+
115
## 1.4.0 (July 24, 2023)
216

317
FEATURES:

0 commit comments

Comments
 (0)