Fixes #898: Replace hashicorp and terraform references (#973)

Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
Signed-off-by: Christian Mesh <christianmesh1@gmail.com>
Co-authored-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
Janos
2023-12-08 14:03:09 +01:00
committed by GitHub
parent 1a7b68aa56
commit 15bef1428a
470 changed files with 1952 additions and 1878 deletions

View File

@@ -1,7 +1,7 @@
terraform {
required_providers {
test = {
source = "hashicorp/test"
source = "opentofu/test"
version = "1.0.2"
}
}