зеркало из
1
0
Форкнуть 0

update random provider constraint

This commit is contained in:
hezijie 2024-11-12 16:20:45 +08:00 коммит произвёл lonegunmanb
Родитель 644ea93c30
Коммит 77fe2da96d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ terraform {
}
random = {
source = "hashicorp/random"
version = ">= 3.5.0, < 4.0"
version = ">= 3.3.2, < 4.0"
}
}
}