Initial commit from kro/examples/aws/eks-cluster-mgmt
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
#if var not exit provide default
|
||||
TF_VAR_FILE=${TF_VAR_FILE:-"terraform.tfvars"}
|
||||
|
||||
terraform init
|
||||
terraform apply -var-file=$TF_VAR_FILE
|
||||
Reference in New Issue
Block a user