Skip to content

Commit 438c4f4

Browse files
committed
chore: fix typo in tfvar examples
1 parent 35a569c commit 438c4f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/batch/env/dev/example_tfvars.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ aws_secret_name = "/sdp-dev/github-tooling-suite/onsdigital"
1010
github_org = "onsdigital"
1111
container_ver = "v0.0.1"
1212
batch_size = 20
13-
ecr_repository. = "sdp-dev-github-scraper-batch"
13+
ecr_repository = "sdp-dev-github-scraper-batch"
1414
schedule = "cron(30 0 ? * TUE,FRI *)"

terraform/batch/env/prod/example_tfvars.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ aws_secret_name = "/sdp-dev/github-tooling-suite/onsdigital"
1010
github_org = "onsdigital"
1111
container_ver = "v0.0.1"
1212
batch_size = 20
13-
ecr_repository. = "sdp-prod-github-scraper-batch"
13+
ecr_repository = "sdp-prod-github-scraper-batch"
1414
schedule = "cron(30 0 ? * TUE,FRI *)"

0 commit comments

Comments
 (0)