Files
atlantis/server/controllers/events/testdata/test-repos/simple-yaml/versions.tf
renovate[bot] 1b5ad2c1d2 chore(deps): bump tf to 1.8.5 and fix tests (#4653)
Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
2024-06-12 19:34:38 -04:00

9 lines
119 B
HCL

terraform {
required_providers {
null = {
source = "hashicorp/null"
version = "= 3.2.2"
}
}
}