.terraform.lock.hcl 634 B

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