🐛 Bug Fixes
Exclude only TLS provider version 4.0.0 @Nuru (#160)
what && why
- In #158 we disallowed all TLS provider version >= 4.0.0 due to hashicorp/terraform-provider-tls#244 . In this release we exclude only 4.0.0 exactly because the bug was fixed in 4.0.1.
- Upgrade
go
test dependencies to current to pick up bug and security fixes.