Skip to content

Commit

Permalink
added default value for variable account_id
Browse files Browse the repository at this point in the history
  • Loading branch information
64ne committed Dec 29, 2020
1 parent 45bc98e commit 42a0f04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/security_hub/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
variable "account_id" {
type = string
default = null
description = "AWS Account ID"
}

Expand Down

0 comments on commit 42a0f04

Please sign in to comment.