Skip to content

Commit

Permalink
rm unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelnikolov committed Jul 25, 2024
1 parent 72b2204 commit 1e676d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,3 @@ variable "aws_region" {
default = "eu-central-1"
type = string
}

variable "state_bucket" {
description = "S3 bucket for Terraform state"
type = string
}

0 comments on commit 1e676d1

Please sign in to comment.