zahiar / terraform-provider-bitbucket

Terraform Provider for Bitbucket Cloud
https://registry.terraform.io/providers/zahiar/bitbucket/latest
Mozilla Public License 2.0
19 stars 22 forks source link

GH-147 Mark `value` as `sensitive` #148

Closed zahiar closed 1 year ago

zahiar commented 1 year ago

This value can be either sensitive or not, however we are not able to hide the value from Terraform plans conditionally, therefore it's safer to treat it as a sensitive value across the board.

Also updated Go modules to latest versions.

fixes #147