Closed norbjd closed 2 days ago
Cassettes are not up to date, hence the error in tests I believe. I don't know how to properly update the cassettes. Also, lint is failing for unrelated reasons (deprecation of another field).
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 67.69%. Comparing base (
fe86049
) to head (a810293
). Report is 226 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Hello,
Go SDK now supports tags on functions and container namespaces since https://github.com/scaleway/scaleway-sdk-go/commit/2a48843b5fcba4ab5624b25ebe1dc79cae5fdac1 (hence the bump in
go.mod
). This PR adds support in Terraform for these fields in both functions and containers namespaces.:warning: please wait 2024/11/19 before merging, but this doesn't prevent from reviewing :warning:
Tested with a local build of the provider and the following config:
After
terraform apply
ing, tags are added to the namespaces.For containers:
For functions:
I have also tested that there are no regressions if we don't add tags at all, and added an acceptance test.
Thanks.