.terraform.lock.hcl 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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/external" {
  17. version = "2.1.0"
  18. hashes = [
  19. "h1:LTl5CGW8wiIEe16AC4MtXN/95xWWNDbap70zJsBTk0w=",
  20. ]
  21. }
  22. provider "registry.terraform.io/hashicorp/null" {
  23. version = "3.1.0"
  24. hashes = [
  25. "h1:xhbHC6in3nQryvTQBWKxebi3inG5OCgHgc4fRxL0ymc=",
  26. ]
  27. }
  28. provider "registry.terraform.io/hashicorp/template" {
  29. version = "2.2.0"
  30. constraints = "2.2.0"
  31. hashes = [
  32. "h1:0wlehNaxBX7GJQnPfQwTNvvAf38Jm0Nv7ssKGMaG6Og=",
  33. ]
  34. }
  35. provider "registry.terraform.io/hashicorp/vault" {
  36. version = "2.19.1"
  37. constraints = "2.19.1"
  38. hashes = [
  39. "h1:yz5QWTvycJvjR3Z5EaCLF6UC8hugPAz2eIy9NzymPoI=",
  40. ]
  41. }
  42. provider "registry.terraform.io/jtopjian/sensu" {
  43. version = "0.10.5"
  44. constraints = "0.10.5"
  45. hashes = [
  46. "h1:/i+iYOhp7+nC7rZHJcQ4TWf4POHGhbwShPuvyko+/0s=",
  47. ]
  48. }