We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9650fed commit a0983c2Copy full SHA for a0983c2
main.tf
@@ -172,8 +172,7 @@ resource "null_resource" "openvpn_download_configurations" {
172
173
# Copy .ovpn config for user from server to var.output_dir
174
provisioner "local-exec" {
175
- working_dir = var.output_dir
176
- command = "${abspath(path.module)}/scripts/refetch_user.sh"
+ command = "mkdir -p ${var.output_dir} && ${abspath(path.module)}/scripts/refetch_user.sh"
177
environment = {
178
REFETCH_USER_OVPN = local.refetch_user_ovpn
179
PRIVATE_KEY_FILE = local.private_key_file
0 commit comments