fix: Remove provider from required providers (#1357)

This commit is contained in:
Thierno IB. BARRY
2021-05-17 11:06:19 +02:00
committed by GitHub
parent f7d09a2901
commit 5cbbe80302
9 changed files with 0 additions and 12 deletions

View File

@@ -4,7 +4,6 @@ terraform {
required_providers {
aws = ">= 3.22.0"
local = ">= 1.4"
null = ">= 2.1"
random = ">= 2.1"
kubernetes = "~> 1.11"
}