Forum Discussion

AndrewZew's avatar
AndrewZew
Icon for Nimbostratus rankNimbostratus
Mar 26, 2025

Terraform volterra problem

Hi Community, I need some help: I have a local generated certificate.pfx file and a password. Where is the problem?   locals {   certificate_content = filebase64(var.certificate_file)   ...