fix deprecated argument
This commit is contained in:
@ -12,7 +12,7 @@ terraform {
|
||||
version = "0.0.5"
|
||||
}
|
||||
random = {
|
||||
source = "hashicorp/random"
|
||||
source = "hashicorp/random"
|
||||
version = "3.6.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user