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
3 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 7
0
@@ -10,7 +10,14 @@ variables:
TF_ROOT: ${CI_PROJECT_DIR}/
TF_VAR_internal_network: "tf-clusternet"
TF_VAR_external_network: "tf-dmznet"
GIT_SUBMODULE_STRATEGY: "recursive"
GIT_SUBMODULE_UPDATE_FLAGS: "--force"
cache:
paths:
- .terraform
- .terraform.lock.hcl
- terraform.tfstate
stages: # List of stages for jobs, and their order of execution
- validate
Loading