From 142a56485ff24bfe7ea48a9652f3eb39df55c217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20B=C3=A9jean?= <nicolas@bejean.fr> Date: Tue, 30 Nov 2021 22:25:54 +0100 Subject: [PATCH] Create Terraform manifests --- manifests/elastic/main.tf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/elastic/main.tf b/manifests/elastic/main.tf index edf8535..83795c3 100644 --- a/manifests/elastic/main.tf +++ b/manifests/elastic/main.tf @@ -7,6 +7,4 @@ terraform { } } -provider "ec" { - apikey = "<apiKey>" -} \ No newline at end of file +provider "ec" {} \ No newline at end of file -- GitLab