12345678910111213141516171819202122232425262728293031323334 |
- # This file is maintained automatically by "terraform init".
- # Manual edits may be lost in future updates.
- provider "registry.terraform.io/hashicorp/aws" {
- version = "3.37.0"
- constraints = "3.37.0"
- hashes = [
- "h1:RvLGIfRZfbzY58wUja9B6CvGdgVVINy7zLVBdLqIelA=",
- ]
- }
- provider "registry.terraform.io/hashicorp/template" {
- version = "2.2.0"
- constraints = "2.2.0"
- hashes = [
- "h1:0wlehNaxBX7GJQnPfQwTNvvAf38Jm0Nv7ssKGMaG6Og=",
- ]
- }
- provider "registry.terraform.io/hashicorp/vault" {
- version = "2.19.1"
- constraints = "2.19.1"
- hashes = [
- "h1:yz5QWTvycJvjR3Z5EaCLF6UC8hugPAz2eIy9NzymPoI=",
- ]
- }
- provider "registry.terraform.io/jtopjian/sensu" {
- version = "0.10.5"
- constraints = "0.10.5"
- hashes = [
- "h1:/i+iYOhp7+nC7rZHJcQ4TWf4POHGhbwShPuvyko+/0s=",
- ]
- }
|