diff --git a/main.tf b/main.tf index 12c57b0..00ff47a 100644 --- a/main.tf +++ b/main.tf @@ -11,8 +11,7 @@ terraform { provider "aws" { profile = "default" region = "eu-central-1" - #access_key = var.aws_access_key - #secret_key = var.aws_secret_key + } resource "aws_security_group" "minecraft" {