Skip to content

Instantly share code, notes, and snippets.

@cdoan1
Last active February 14, 2019 07:06
Show Gist options
  • Save cdoan1/3fd92a6301434b900fc5b6a6e0a90b3f to your computer and use it in GitHub Desktop.
Save cdoan1/3fd92a6301434b900fc5b6a6e0a90b3f to your computer and use it in GitHub Desktop.
terraform icp azure notes

Starting Up Pageant from the Command Line

pageant can be started from the command line with the private key loaded as follows

pageant -T ~/.ssh/id_rsa.ppk

clone the terraform-icp-azure repo

git clone https://github.com/cdoan1/terraform-icp-azure.git -b fix-tarball-deploy

cd terraform-icp-azure/templates/icp-ee-as

cp <old_location/terraform.tfvars> .

terraform init

Update your main.tf with your provider variables

terraform apply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment