Skip to content

v0.12.5

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 21 Jul 17:13
32c2f26

🚀 Enhancements

Mark 'full_client_configuration' output as sensitive value @VladStarr (#47)

what

  • Add sensitive=true option to full_client_configuration in outputs.tf.

why

  • While using export_client_certificate = true we're unable to retrieve the full_client_configuration output, because in newer versions of Terraform there is a strict requirement for sensitive outputs to be configured as sensitive=true.