Update : file Readme
This commit is contained in:
parent
2e5fefc42b
commit
4eacd2b266
@ -7,7 +7,7 @@ ${REPO_DESCRIPTION}
|
||||
|
||||
# Prérequis
|
||||
|
||||
Vous avez besoin d'une installation docker fonctionnelle.
|
||||
Vous avez besoin d'une installation terraform fonctionnelle.
|
||||
|
||||
https://developer.hashicorp.com/terraform/install?product_intent=terraform
|
||||
|
||||
|
14
provider.tf
14
provider.tf
@ -8,6 +8,20 @@ terraform {
|
||||
required_version = ">= 1.7.5"
|
||||
}
|
||||
|
||||
provider "vault" {
|
||||
address = "https://vault.tips-of-mine.com"
|
||||
skip_child_token = true
|
||||
|
||||
auth_login {
|
||||
path = "auth/approle/login"
|
||||
|
||||
parameters = {
|
||||
role_id = "<your-role_id>"
|
||||
secret_id = "<your-secret_id>"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
provider "ovh" {
|
||||
endpoint = "ovh-eu"
|
||||
application_key = ${{ secrets.APPLICATION_KEY }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user