pulumi/pkg/secrets/cloud
Thomas Gummerer 8bcef51fb8
add test showing encryptedkey in state will keep working (#15187)
Add a regression test making sure
https://github.com/pulumi/pulumi/issues/15127 will not happen again.

The problem is very similar to the other test, but it's a different
codepath that we missed.

I added a commit upgrading to gocloud.dev 0.28.0 showing the test fails
there and it succeeds with the current version.

/xref https://github.com/pulumi/pulumi/issues/15138

## Checklist

- [x] I have run `make tidy` to update any new dependencies
- [x] I have run `make lint` to verify my code passes the lint check
  - [x] I have formatted my code using `gofumpt`
2024-01-19 16:32:21 +00:00
..
aws_test.go Add test for azure secrets (#14649) 2024-01-03 14:47:09 +00:00
azure_test.go add test showing encryptedkey in state will keep working (#15187) 2024-01-19 16:32:21 +00:00
gcp_test.go Add test for azure secrets (#14649) 2024-01-03 14:47:09 +00:00
manager.go Revert "upgrade gocloud.dev to latest version" (#15128) 2024-01-10 15:16:36 +00:00
manager_test.go Add test for azure secrets (#14649) 2024-01-03 14:47:09 +00:00