curl -k -X GET "https://10.10.10.10/api/?type=keygen&user=terraform&password=SecretPassword%23"
// Use https://www.urlencoder.org if password contains special characters like '# $ %'
export TF_VAR_PANOS_HOSTNAME=10.10.10.10
export TF_VAR_PANOS_USERNAME=terraform
export TF_VAR_PANOS_API_KEY=LUFRPT1UaHpwUVhtWjdNdkhCeG1NNTZROUh.....
Update the file pan.auto.tfvars
with your own variables