1234567891011121314151617181920212223242526 |
- # 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 = "3.37.0"
- hashes = [
- "h1:RvLGIfRZfbzY58wUja9B6CvGdgVVINy7zLVBdLqIelA=",
- ]
- }
- provider "registry.terraform.io/hashicorp/template" {
- version = "2.2.0"
- constraints = "2.2.0"
- hashes = [
- "h1:0wlehNaxBX7GJQnPfQwTNvvAf38Jm0Nv7ssKGMaG6Og=",
- ]
- }
- provider "registry.terraform.io/hashicorp/vault" {
- version = "2.19.1"
- constraints = "2.19.1"
- hashes = [
- "h1:yz5QWTvycJvjR3Z5EaCLF6UC8hugPAz2eIy9NzymPoI=",
- ]
- }
|