Skip to content

Commit

Permalink
chore: remove profile from config
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Oct 21, 2023
1 parent c9110cd commit 181ea9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ output "minecraft_server_public_ip" {

provider "aws" {
region = "us-east-2" # You can change this to your desired AWS region
profile = "terraform"
default_tags {
tags = {
Name = "minecraft-server"
Expand Down

0 comments on commit 181ea9f

Please sign in to comment.