pin local provider (#1256)

This commit is contained in:
Ludovico Magnocavallo
2023-03-16 11:59:06 +01:00
committed by GitHub
parent cfc4b28600
commit 79a6e9b191
86 changed files with 347 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ terraform {
source = "hashicorp/google-beta"
version = ">= 4.55.0" # tftest
}
local = {
source = "hashicorp/local"
version = "2.2.3"
}
}
}