diff --git a/.gitignore b/.gitignore index ed7bd194f6db9709c8cbdd6ba498b35c26034d29..5c0304938f42cf521de681beca0a3c5eea2a0a50 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 be4741222c5dfd04d03ca66a60ed8bf145ac3f1f..7b3e1b66737056c5fe107cf4bddcf0163722cdee 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 = "" }