Skip to content

Commit 29216be

Browse files
Drift from template
1 parent 9392f3b commit 29216be

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

infrastructure/terraform/bin/terraform.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ readonly backend_config="terraform {
599599
region = \"${region}\"
600600
bucket = \"${bucket}\"
601601
key = \"${backend_key}\"
602+
dynamodb_table = \"${bucket}\"
602603
use_lockfile = true
603604
}
604605
}";

nhs-notify-repository-template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit d2a22cc60e6e7dd8ae0b00c3702fe14df95f342f

scripts/docker/examples/python/assets/hello_world/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ itsdangerous==2.1.2
66
Jinja2==3.1.5
77
MarkupSafe==2.1.3
88
pip==23.3
9-
setuptools==78.1.0
9+
setuptools==78.1.1
1010
Werkzeug==3.0.6
1111
wheel==0.41.1
1212
WTForms==3.0.1

0 commit comments

Comments
 (0)