123456789101112131415161718 |
- # This file is maintained automatically by "terraform init".
- # Manual edits may be lost in future updates.
- provider "registry.terraform.io/hashicorp/aws" {
- version = "3.37.0"
- constraints = ">= 2.42.0, >= 2.70.0, 3.37.0"
- hashes = [
- "h1:RvLGIfRZfbzY58wUja9B6CvGdgVVINy7zLVBdLqIelA=",
- ]
- }
- provider "registry.terraform.io/hashicorp/template" {
- version = "2.2.0"
- constraints = "2.2.0"
- hashes = [
- "h1:0wlehNaxBX7GJQnPfQwTNvvAf38Jm0Nv7ssKGMaG6Og=",
- ]
- }
|