From 232a467e5190fc8c66b2a7286b1861ecd392098a Mon Sep 17 00:00:00 2001 From: Oloruntobi Olurombi Date: Mon, 26 Aug 2024 17:19:27 +0100 Subject: [PATCH] remove profile from backend --- main.tf | 2 +- provider.tf | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/main.tf b/main.tf index 51130f2..a42ed97 100644 --- a/main.tf +++ b/main.tf @@ -4,7 +4,7 @@ terraform { key = "terraform.tfstate" region = "us-east-1" encrypt = true - profile = "tobi" + #profile = "tobi" } } diff --git a/provider.tf b/provider.tf index 43f58e0..22d8730 100644 --- a/provider.tf +++ b/provider.tf @@ -10,5 +10,6 @@ terraform { # Configure the AWS Provider provider "aws" { region = var.region - #profile = var.profile -} \ No newline at end of file +} + +#profile = var.profile \ No newline at end of file