Skip to content

Commit

Permalink
Bugfix where default values cannot be empty. Workaround to add conten…
Browse files Browse the repository at this point in the history
…t. Known terraform issue. See hashicorp/terraform-provider-aws#31941
  • Loading branch information
Kjaamor committed Feb 9, 2024
1 parent 189b062 commit 1027cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/standard-user/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ variable "email" {
variable "cjsm_email" {
type = string
description = "The users cjsm email address. Used for sending credentials."
default = ""
default = "Unknown or to be confirmed"
}


Expand Down

0 comments on commit 1027cab

Please sign in to comment.