.terraform.lock.hcl 782 B

123456789101112131415161718192021222324252627282930313233
  1. # This file is maintained automatically by "terraform init".
  2. # Manual edits may be lost in future updates.
  3. provider "registry.terraform.io/hashicorp/archive" {
  4. version = "2.1.0"
  5. hashes = [
  6. "h1:Rjd4bHMA69V+16tiriAUTW8vvqoljzNLmEaRBCgzpUs=",
  7. ]
  8. }
  9. provider "registry.terraform.io/hashicorp/aws" {
  10. version = "3.37.0"
  11. constraints = "3.37.0"
  12. hashes = [
  13. "h1:RvLGIfRZfbzY58wUja9B6CvGdgVVINy7zLVBdLqIelA=",
  14. ]
  15. }
  16. provider "registry.terraform.io/hashicorp/template" {
  17. version = "2.2.0"
  18. constraints = "2.2.0"
  19. hashes = [
  20. "h1:0wlehNaxBX7GJQnPfQwTNvvAf38Jm0Nv7ssKGMaG6Og=",
  21. ]
  22. }
  23. provider "registry.terraform.io/hashicorp/vault" {
  24. version = "2.19.1"
  25. constraints = "2.19.1"
  26. hashes = [
  27. "h1:yz5QWTvycJvjR3Z5EaCLF6UC8hugPAz2eIy9NzymPoI=",
  28. ]
  29. }