18 lines
430 B
HCL
18 lines
430 B
HCL
|
# This file is maintained automatically by "terraform init".
|
||
|
# Manual edits may be lost in future updates.
|
||
|
|
||
|
provider "registry.terraform.io/hashicorp/aws" {
|
||
|
version = "5.51.1"
|
||
|
constraints = ">= 5.0.0"
|
||
|
hashes = [
|
||
|
"h1:ESfxP2tCO6IZldSQnepXmIm+x+VtaQt/bKgGjYE+0BY=",
|
||
|
]
|
||
|
}
|
||
|
|
||
|
provider "registry.terraform.io/hashicorp/random" {
|
||
|
version = "3.6.2"
|
||
|
hashes = [
|
||
|
"h1:wmG0QFjQ2OfyPy6BB7mQ57WtoZZGGV07uAPQeDmIrAE=",
|
||
|
]
|
||
|
}
|