You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .release_info.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ terraform {
14
14
}
15
15
```
16
16
17
-
18
17
## Changes
19
18
* Logging was revamped to use the terraform logging library across the board, so the level configured there will be the level used as the provider does it's work. The existing `debug` parameter on the provider and objects will now only affect whether or not the client spits out the HTTP request and response to STDOUT as it work. This is separate and independent from the Terraform log stream and log level.
20
19
* Moved to the latest terraform plugin framework. This should eliminate warnings (thanks for the report in #337, @twcchu) while also not affecting behaviors
0 commit comments