.terraform.lock.hcl 809 B

12345678910111213141516171819202122232425262728293031323334
  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. }
  24. provider "registry.terraform.io/jtopjian/sensu" {
  25. version = "0.10.5"
  26. constraints = "0.10.5"
  27. hashes = [
  28. "h1:/i+iYOhp7+nC7rZHJcQ4TWf4POHGhbwShPuvyko+/0s=",
  29. ]
  30. }