Skip to content

Commit

Permalink
feat(terraform): Allow null value for base (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 authored Feb 13, 2025
1 parent dba68cb commit 664d539
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ variable "base" {
description = "Ubuntu bases to deploy the charm onto"
type = string
default = "[email protected]"
nullable = false

validation {
condition = contains(["[email protected]", "[email protected]"], var.base)
Expand Down

0 comments on commit 664d539

Please sign in to comment.