Files
atlantis/server/controllers/events/testdata/test-repos/simple/versions.tf
2024-09-16 18:39:42 -07:00

9 lines
117 B
HCL

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