From 1c6858e7b715e8744bacf0a4b03b93dfc0c541ba Mon Sep 17 00:00:00 2001 From: Oloruntobi Olurombi Date: Thu, 29 Aug 2024 17:13:47 +0100 Subject: [PATCH] remove profile --- main.tf | 2 +- provider.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index cc6b48f..366b43c 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 f6f78f8..63e9410 100644 --- a/provider.tf +++ b/provider.tf @@ -12,7 +12,7 @@ provider "aws" { region = var.region access_key = var.aws_access_key_id secret_key = var.aws_secret_access_key - profile = "tobi" + #profile = "tobi" } #profile = var.profile \ No newline at end of file