Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent 0ee5305 commit cac77a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,12 @@ variable "profile" {
default = ""
}

variable "account_id" {
description = "AWS account id"
type = string
default = ""
}

variable "region" {
description = "AWS config region"
type = string
Expand Down

0 comments on commit cac77a6

Please sign in to comment.