terraform-provider-bitbucket icon indicating copy to clipboard operation
terraform-provider-bitbucket copied to clipboard

Add a support for write-only argument for bitbucket_deployment_variable

Open ghost opened this issue 5 months ago • 0 comments

I am using bitbucket_deployment_variable for storing sensitive value (ie. Specific private SSH key) and I would like to manage those in terraform, using ephmeral resource.

Sadly, it's not working with bitbucket_deployment_variable because value is not a read-only argument.

I am searching for some workaround for this (typically, storing this value in another resource beore hand) but it would be nice if I could use it directly with bitbucket_deployment_variable

ghost avatar Jun 05 '25 07:06 ghost