Open kayrus opened 1 year ago
We don't have a capacity to implement this. Besides implementing this will definitely break backwards capability with existing openstack_objectstorage_container_v1
behavior. Let's postpone this for the next major releaser.
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Expected Behavior
terraform state show openstack_objectstorage_container_v1.container_1
should mask tempurl keys:Actual Behavior
terraform state show openstack_objectstorage_container_v1.container_1
prints sensitive tempurl keys right away:Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
This would be a breaking change.
Current docs don't have an example on how to set temp-url keys to a container.
We also need to update gophercloud to unset the container metadata, since it doesn't work right now.
References
https://github.com/gophercloud/gophercloud/pull/1865 https://github.com/gophercloud/gophercloud/pull/2218