Skip to content
Snippets Groups Projects
Commit f8ba703a authored by MUNIER Florian's avatar MUNIER Florian
Browse files

Merge branch 'master' of gitlab.imt-atlantique.fr:f21munie/projet_terraform

parents 33dbe504 3088fc80
No related branches found
No related tags found
No related merge requests found
Pipeline #15887 canceled
......@@ -54,7 +54,7 @@ apply_step:
- plan_step
artifacts:
name: "apply_step:${CI_JOB_ID}"
when: on_success
when: always
expire_in: "6h"
paths:
- ./terraform.tfstate
......
......@@ -89,6 +89,8 @@ Pour cela, allez dans le fichier "main.tf" et veuillez à renseigner les variabl
SECGROUP_BASTION_NAME = "secgroup_bastion"
SECGROUP_APPLICATION_NAME = "secgroup_application"
SECGROUP_INTERNAL_NETWORK_NAME = "secgroup_internal_network"
K3S_TOKEN = "cluster"
}
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment