This commit is contained in:
23
provider.tf
23
provider.tf
@ -0,0 +1,23 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
google = {
|
||||
version = "~> 6.16.0"
|
||||
}
|
||||
}
|
||||
required_version = ">= 1.7.5"
|
||||
}
|
||||
|
||||
provider "google" {
|
||||
project = var.project
|
||||
region = var.region
|
||||
# credentials = var.file
|
||||
}
|
||||
|
||||
data "google_client_config" "default" {}
|
||||
|
||||
provider "vault" {
|
||||
address = "https://vault.saint-maclou.com"
|
||||
}
|
||||
|
||||
|
||||
# manque la partie du vault pour récupérer l'authentification GCP afin d'obtenir les droits
|
Reference in New Issue
Block a user