Skip to content

Commit

Permalink
add aws profile in provider
Browse files Browse the repository at this point in the history
  • Loading branch information
Syuqri authored and Syuqri committed Dec 9, 2023
1 parent f5674d6 commit 73f60ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
provider "aws" {
region = "ap-southeast-1"
profile = "network-basics"
}

0 comments on commit 73f60ef

Please sign in to comment.