Skip to content

Commit

Permalink
Terraform 5 (#114)
Browse files Browse the repository at this point in the history
* adding default values to variables.tf

* adding default values to variables.tf

* capitalized the wording

* targer aws account id being added in vartf
  • Loading branch information
yzlucas authored Oct 1, 2024
1 parent d2c1eff commit 6c43050
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,9 @@ variable "gov_api_url" {
description = "domain name if using *-api.nrs.gov.bc.ca url"
default = ""
type = string
}

variable "TARGET_AWS_ACCOUNT_ID" {
type = string
description = "Numerical AWS account ID"
}

0 comments on commit 6c43050

Please sign in to comment.