Skip to content

Commit

Permalink
New Features
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Lopez committed Feb 28, 2024
1 parent e8a6bad commit f95d186
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config.tf
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
terraform {
required_version = "1.7.4"
/* backend "remote" {
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
4 changes: 4 additions & 0 deletions ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,8 @@ resource "aws_instance" "minecraft_server" {
echo "eula=true" > eula.txt
java -Xms2G -Xmx4G -jar server.jar nogui
EOF

tags = {
Name = "minecraft_server"
}
}
3 changes: 0 additions & 3 deletions logging.sh

This file was deleted.

4 changes: 0 additions & 4 deletions top.sh

This file was deleted.

0 comments on commit f95d186

Please sign in to comment.