Add support to google_compute_vpn_tunnel
for write-only shared_secret
argument.
#23058
Labels
google_compute_vpn_tunnel
for write-only shared_secret
argument.
#23058
Uh oh!
There was an error while loading. Please reload this page.
Community Note
Description
It would be great if the compute_vpn_tunnel's shared_secret optionally could be provided as a Write-only argument.
Especially when both sides of the VPN are configured using the same Terraform workspace it would fit perfectly to have the IPSec pre-shared key provided by ephemeral.random_password as there's then really no need for anyone to actually access that secret.
(Yes, that would of course require the corresponding write-only argument to be supported by the provider resource used for the other side of the VPN tunnel.)
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: