Skip to content

Commit

Permalink
Update 24-aws-glue-spatial.tf
Browse files Browse the repository at this point in the history
fix tf syntax
  • Loading branch information
LBHSBALLEY authored Oct 27, 2023
1 parent 18ca95d commit 5679c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/etl/24-aws-glue-spatial.tf
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ module "addressbasepremium_load_files" {
spark_ui_output_storage_id = module.spark_ui_output_storage_data_source.bucket_id
job_parameters = {
"--job-bookmark-option" = "job-bookmark-disable"
"--raw_bucket" = "${module.raw_zone_data_source.bucket_id}"
"--raw_bucket" = module.raw_zone_data_source.bucket_id
"--raw_prefix" = "unrestricted/os_addressbase_premium/full_supply/epoch_102/raw/"
"--processed_data_path" = "s3://${module.raw_zone_data_source.bucket_id}/unrestricted/os_addressbase_premium/full_supply/epoch_102/processed/"
}
Expand Down

0 comments on commit 5679c4c

Please sign in to comment.