Update terraform.tf, .gitlab-ci.yml
This commit is contained in:
@@ -20,7 +20,6 @@ plan production:
|
||||
apply:
|
||||
extends: .apply
|
||||
variables:
|
||||
KUBECONFIG: "$CI_PROJECT_DIR/config"
|
||||
before_script:
|
||||
- echo "token = \"$token\"" >> terraform.tfvars
|
||||
|
||||
|
||||
@@ -34,6 +34,7 @@ resource "linode_lke_cluster" "foobar" {
|
||||
}
|
||||
|
||||
provider "kubectl" {
|
||||
config_path = "$CI_PROJECT_DIR/config"
|
||||
load_config_file = true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user