From d19db444b3b7542f23b0e5b68c77f59f46c81d77 Mon Sep 17 00:00:00 2001 From: VIVESH <35293085+574n13y@users.noreply.github.com> Date: Sun, 31 Dec 2023 20:19:46 +0530 Subject: [PATCH] Update provider.tf --- provider.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provider.tf b/provider.tf index f07b14d..adf8aa4 100644 --- a/provider.tf +++ b/provider.tf @@ -10,6 +10,6 @@ terraform { # Configure the AWS Provider provider "aws" { region = "ap-northeast-1" - access_key = "AKIASF4XXLCX2ZCYZ27L" - secret_key = "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" + access_key = "AKIASF4XXLCX6OMDKESB" + secret_key = "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" }