mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-05 17:38:32 +00:00
10 lines
142 B
HCL
10 lines
142 B
HCL
provider "random" {}
|
|
terraform {
|
|
required_providers {
|
|
random = {
|
|
source = "hashicorp/random"
|
|
version = "3.7.1"
|
|
}
|
|
}
|
|
}
|