fix deprecated argument

This commit is contained in:
zjhe
2024-09-30 10:23:57 +08:00
committed by lonegunmanb
parent 97bb7ed715
commit cac713bdbe
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ terraform {
version = "0.0.5"
}
random = {
source = "hashicorp/random"
source = "hashicorp/random"
version = "3.6.0"
}
}