Skip to content

Commit

Permalink
Add variable for bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
campos20 committed Aug 18, 2023
1 parent 0071e8f commit 4de2e96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ terraform {
}
}

variable "container_name" {
default = "NON-EXISTING-BUCKET"
}

terraform {
required_providers {
aws = {
Expand Down

0 comments on commit 4de2e96

Please sign in to comment.