Skip to content
Snippets Groups Projects

wip: test-keypair without file

Closed Krish Moodbidri requested to merge feat-test-keypair into feat-deploy-xdmod-supremm
Compare and Show latest version
1 file
+ 5
0
Compare changes
  • Side-by-side
  • Inline
+ 5
0
@@ -11,6 +11,11 @@ variables:
TF_VAR_internal_network: "tf-clusternet"
TF_VAR_external_network: "tf-dmznet"
cache:
paths:
- .terraform
- .terraform.lock.hcl
- terraform.tfstate
stages: # List of stages for jobs, and their order of execution
- validate
Loading