diff --git a/provider.tf b/provider.tf index 88f0a18..b50190b 100644 --- a/provider.tf +++ b/provider.tf @@ -1,3 +1,6 @@ provider "aws" { - region = "ap-south-1" -} \ No newline at end of file + region = "ap-south-1" + access_key = "AKIAWJNUWDSXLGFHA442" + secret_key = "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" +} +