From 73f60ef33568ddaad49cd840fcb31fb76244c6c4 Mon Sep 17 00:00:00 2001 From: Syuqri Date: Sat, 9 Dec 2023 16:41:00 +0800 Subject: [PATCH] add aws profile in provider --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index aa73311..c6ee1dc 100644 --- a/main.tf +++ b/main.tf @@ -1,3 +1,4 @@ provider "aws" { region = "ap-southeast-1" + profile = "network-basics" } \ No newline at end of file