Skip to content

Commit

Permalink
remove source_dictionary_s3_object_key (#101)
Browse files Browse the repository at this point in the history
# source_dictionary_s3_object_key is not declared or used.   Terraform will fail.
* removing source_dictionary_s3_object_key

Co-authored-by: Tom <[email protected]>
  • Loading branch information
TDeSain and Tom authored Oct 30, 2023
1 parent 6aab93c commit 40db444
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app-infrastructure/dictionary-instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ data "template_file" "dictionary-user_data" {
stack_githash = var.stack_githash_long
stack_s3_bucket = var.stack_s3_bucket
dataset_s3_object_key = var.dataset-s3-object-key
source_dictionary_s3_object_key = var.source_dictionary_s3_object_key
target-stack = var.target-stack
}
}
Expand Down

0 comments on commit 40db444

Please sign in to comment.