mirror of
https://github.com/apricote/home-cloud.git
synced 2026-01-13 13:01:03 +00:00
feat: output working kubeconfig for new cluster
This commit is contained in:
parent
70a986913c
commit
9e528c9b7b
6 changed files with 71 additions and 13 deletions
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ TFFLAGS=-var-file=credentials.tfvars
|
|||
VALIDATE=terraform validate -check-variables=false
|
||||
|
||||
apply: init
|
||||
$(TF) apply $(TFFLAGS)
|
||||
$(TF) apply $(TFFLAGS)
|
||||
|
||||
plan: init
|
||||
$(TF) plan $(TFFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue