Skip to content

Commit

Permalink
Add missing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
MatMoore committed Oct 10, 2023
1 parent 44e03c4 commit 5c6693a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform/environments/data-platform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ locals {
create_metadata_version = lookup(var.create_metadata_versions, local.environment)
resync_unprocessed_files_version = lookup(var.resync_unprocessed_files_versions, local.environment)
reload_data_product_version = lookup(var.reload_data_product_versions, local.environment)
get_schema_version = lookup(var.get_schema_versions, local.environment)
}
4 changes: 4 additions & 0 deletions terraform/environments/data-platform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ variable "resync_unprocessed_files_versions" {
variable "reload_data_product_versions" {
type = map(any)
}

variable "get_schema_versions" {
type = map(any)
}

0 comments on commit 5c6693a

Please sign in to comment.