Skip to content

Commit 5d816a7

Browse files
author
Paddy
authored
Update CHANGELOG.md
1 parent d609e41 commit 5d816a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ BREAKING CHANGES
1212
* Running provider tests now requires Terraform 0.12.26 or higher. [GH-471]
1313
* Removed `acctest` package, as it is no longer needed. The calls to `acctest.UseBinaryDriver` can be deleted; they're no longer necessary. [GH-471]
1414
* The `resource.TestCase.Providers` and `resource.TestCaseProviderFactories` maps must now have exactly one entry set between both of them, meaning one or the other should be used. Only the provider under test should be present in these maps. Providers that tests rely upon can be used by setting provider blocks in the test case, where `terraform init` will pick them up automatically. [GH-471]
15+
* The `TF_LOG_PATH_MASK` used to filter provider logs by test name when running tests has been removed. [GH-473]
1516

1617
ENHANCEMENTS
1718

@@ -21,6 +22,7 @@ ENHANCEMENTS
2122
BUG FIXES
2223

2324
* Restored `d.Partial` and noted the edgecase it covers and odd Terraform behavior. [GH-472]
25+
* Provider log output now respects the `TF_LOG` and `TF_LOG_PATH` environment variables when running tests. [GH-473]
2426

2527
# 2.0.0-rc.1 (May 05, 2020)
2628

0 commit comments

Comments
 (0)