@@ -0,0 +1,8 @@ | |||
#!/bin/bash | |||
echo $PWD && | |||
cd terraform && | |||
terraform init && | |||
terraform plan -out=.plan && | |||
terraform apply .plan && | |||
cd $OLDPWD |
@@ -37,5 +37,4 @@ variable "edge_hostname" { | |||
} | |||
variable "program" { | |||
type = string | |||
default = "terraform" | |||
} |
@@ -3,10 +3,10 @@ section = "" | |||
contract_id = "" | |||
group_id = "" | |||
origin = "" | |||
cpcode =0000 | |||
cpcode =00000 | |||
secure = true | |||
network= "STAGING" | |||
hostname= "" | |||
edge_hostname = "" | |||
program="" | |||
program="devops" | |||
prefix="" |