11 lines
284 B
HCL
11 lines
284 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 = "4.26.0"
|
||
|
constraints = ">= 3.25.0"
|
||
|
hashes = [
|
||
|
"h1:jt8jLpFFhaapdbBqw4WQpDuLN8y7zF8/iLyCzypDxSQ=",
|
||
|
]
|
||
|
}
|