Update .gitlab-ci.yml, terraform.tf

This commit is contained in:
2022-09-25 02:01:59 +00:00
parent 61932f0d4d
commit 41f1f40540
2 changed files with 2 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ plan production:
apply:
extends: .apply
variables:
KUBECONFIG: "$CI_PROJECT_DIR/config"
before_script:
- echo "token = \"$token\"" >> terraform.tfvars

View File

@@ -34,7 +34,6 @@ resource "linode_lke_cluster" "foobar" {
}
provider "kubectl" {
config_path = "config"
load_config_file = true
}