disable parallel execution of tests and plugin cache (#887)

This commit is contained in:
Ludovico Magnocavallo
2022-10-14 19:52:38 +02:00
committed by GitHub
parent b39abd2389
commit 680eb656cb
2 changed files with 6 additions and 50 deletions

View File

@@ -17,19 +17,11 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = ">= 4.36.0" # tftest
version = ">= 4.36.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = ">= 4.36.0" # tftest
}
# used in modules
archive = {
source = "hashicorp/archive"
}
# used in fast
local = {
source = "hashicorp/local"
version = ">= 4.36.0"
}
}
}