mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-03 08:08:32 +00:00
9 lines
117 B
HCL
9 lines
117 B
HCL
terraform {
|
|
required_providers {
|
|
null = {
|
|
source = "hashicorp/null"
|
|
version = "3.2.3"
|
|
}
|
|
}
|
|
}
|