Remove enos provider from build_local enos module (#17102)

- The provider isn't needed and there is an error in the source
   anyways.

❯ enos scenario validate managed_keys
Scenario: managed_keys [arch:arm64 backend:raft builder:local distro:ubuntu edition:ent seal:awskms]
  Generate: 
 Init: 

Error: Invalid provider registry host

The host "hashicorp.com" given in in provider source address
"hashicorp.com/qti/enos" does not offer a Terraform provider registry.
This commit is contained in:
Steven Clark 2022-09-14 11:34:10 -04:00 committed by GitHub
parent 12242d1a97
commit 637576b9d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 8 deletions

View File

@ -1,11 +1,3 @@
terraform {
required_providers {
enos = {
source = "hashicorp.com/qti/enos"
}
}
}
variable "bundle_path" {
type = string
default = "/tmp/vault.zip"