diff --git a/s3-not-taken/main.tf b/s3-not-taken/main.tf index e161134..ac55e88 100644 --- a/s3-not-taken/main.tf +++ b/s3-not-taken/main.tf @@ -1,15 +1,4 @@ -resource "aws_s3_bucket" "mine" { - bucket = "arel-hackaton-ai-${var.suffix}" - - lifecycle { - prevent_destroy = true - } - - tags = { - MyTag = "Taggy" - } - -} +undefined variable "suffix" {