File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ data "external" "source_hash" {
2121
2222# Build Docker image
2323resource "docker_image" "function_image" {
24- # hash added to image tag to force rebuilds ans service image updates when source changes
24+ # hash added to image tag to force rebuilds and service image updates when source changes
2525 name = " ${ var . region } -docker.pkg.dev/${ var . project } /dataform/${ var . function_name } :${ data . external . source_hash . result . hash } "
2626
2727 build {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ data "external" "source_hash" {
2121
2222# Build Docker image
2323resource "docker_image" "function_image" {
24- # hash added to image tag to force rebuilds ans service image updates when source changes
24+ # hash added to image tag to force rebuilds and service image updates when source changes
2525 name = " ${ var . region } -docker.pkg.dev/${ var . project } /dataform/${ var . function_name } :${ data . external . source_hash . result . hash } "
2626
2727 build {
Original file line number Diff line number Diff line change 88 "outputs" : [],
99 "source" : [
1010 " \"\"\" Utilities for restoring deleted BigQuery datasets and tables.\"\"\"\n " ,
11+ " \n " ,
1112 " from google.cloud import bigquery\n " ,
1213 " \n " ,
1314 " client = bigquery.Client()\n "
You can’t perform that action at this time.
0 commit comments