From 637576b9d2ec9b122ded6eb0dcb99ed2530ea8ed Mon Sep 17 00:00:00 2001 From: Steven Clark Date: Wed, 14 Sep 2022 11:34:10 -0400 Subject: [PATCH] Remove enos provider from build_local enos module (#17102) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. --- enos/modules/build_local/main.tf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/enos/modules/build_local/main.tf b/enos/modules/build_local/main.tf index 563e970f0..246a4ed2d 100644 --- a/enos/modules/build_local/main.tf +++ b/enos/modules/build_local/main.tf @@ -1,11 +1,3 @@ -terraform { - required_providers { - enos = { - source = "hashicorp.com/qti/enos" - } - } -} - variable "bundle_path" { type = string default = "/tmp/vault.zip"