@@ -1,7 +1,7 @@
terraform {
backend "s3" {
bucket = "terraform-remote-state-20221017144428493300000001"
- key = local.unique_id
+ key = "monkeybox_emr_lab_jupyter"
region = "us-east-2"
encrypt = true
profile = "default"
@@ -1,5 +1,5 @@
resource "aws_security_group" "allow_access" {
- name = "allow_access"
+ name_prefix = local.unique_id
description = "Allow inbound traffic"
vpc_id = aws_vpc.main.id