From b21952533964bd2eabb8700370599dc966b35d4f Mon Sep 17 00:00:00 2001
From: "meghani3@illinois.edu" <meghani3@illinois.edu>
Date: Mon, 14 Apr 2025 00:03:44 -0400
Subject: [PATCH] remove keys

---
 .gitignore | 2 ++
 main.tf    | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index ed7bd19..5c03049 100644
--- a/.gitignore
+++ b/.gitignore
@@ -69,3 +69,5 @@ greengrass-nucleus-latest.zipZone.Identifier
 GreengrassQuickStartCore-1962c211d3f-connectionKit.zip
 GreengrassQuickStartCore-1962c211d3f-connectionKit.zipZone.Identifier
 lambda.zip
+
+.env
\ No newline at end of file
diff --git a/main.tf b/main.tf
index be47412..7b3e1b6 100644
--- a/main.tf
+++ b/main.tf
@@ -9,8 +9,8 @@ terraform {
 
 provider "aws" {
   region     = "us-east-2"
-  access_key = "AKIAU4RSM5LCIDMVTLNV"
-  secret_key = "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"
+  access_key = ""
+  secret_key = ""
 }
 
 
-- 
GitLab