Skip to content

Commit

Permalink
Minecraft Server initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Lopez committed Feb 28, 2024
1 parent c66c5f6 commit 1b78abf
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions config.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
terraform {
required_version = "1.7.4"
backend "s3" {
bucket = "osloor-terraform-states"
key = "minecraft-server"
region = "us-east-1"
}
backend "remote" {
# The name of your Terraform Cloud organization.
organization = "Kroz"

# The name of the Terraform Cloud workspace to store Terraform state files in.
workspaces {
name = "minecraft-server-terraform"
}
}
}

provider "aws" {
Expand Down

0 comments on commit 1b78abf

Please sign in to comment.