From bb76c8224538fdf325bfe430652c885cf661a66d Mon Sep 17 00:00:00 2001 From: Sharad Kesarwani <108344822+sharadkesarwani@users.noreply.github.com> Date: Wed, 8 Jan 2025 19:21:57 +0530 Subject: [PATCH] removed local provider usage --- main.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/main.tf b/main.tf index 8da369e..cd724fd 100644 --- a/main.tf +++ b/main.tf @@ -1,9 +1,3 @@ -provider "spotinst" { - // version = "~> 0.11" - # Credentials should be fetched from ENV VARS injected by Jenkins - token = var.spotinst_token - account = var.spotinst_account -} resource "spotinst_ocean_aks_np" "v2" { name = var.ocean_cluster_name aks_region = var.aks_region