hassenius / terraform-icp-azure

Terraform templates for creating ICP cluster in azure
2 stars 12 forks source link

Support for deploy terraform template from Windows #1

Open cdoan1 opened 5 years ago

cdoan1 commented 5 years ago

Here are some of the issues I found, trying to deploy from a windows vagrant box into Azure using this template

cdoan1 commented 5 years ago

for the /dev/null, I just commented out this provision:

# store config yaml if it was specified
  provisioner "file" {
    source       = "${var.icp_config_file}"
    destination = "/tmp/config.yaml"
  }

Since we're starting new, we don't need that logic.

image

amcadams9619 commented 5 years ago

Chris,

Which file did you comment out

store config yaml if it was specified

provisioner "file" { source = "${var.icp_config_file}" destination = "/tmp/config.yaml" }