.terraform.lock.hcl 957 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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.2.0"
  5. hashes = [
  6. "h1:2K5LQkuWRS2YN1/YoNaHn9MAzjuTX8Gaqy6i8Mbfv8Y=",
  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. }
  30. provider "registry.terraform.io/jtopjian/sensu" {
  31. version = "0.10.5"
  32. constraints = "0.10.5"
  33. hashes = [
  34. "h1:/i+iYOhp7+nC7rZHJcQ4TWf4POHGhbwShPuvyko+/0s=",
  35. ]
  36. }