Skip to content

Commit 6b5cb6a

Browse files
authored
Fix seeding state (#139)
1 parent 5345856 commit 6b5cb6a

File tree

1 file changed

+1
-0
lines changed
  • tofu/modules/sebt_application

1 file changed

+1
-0
lines changed

tofu/modules/sebt_application/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ module "api" {
6969
"EmailOtpSenderServiceSettings__SenderEmail" = module.ses.sender_email
7070
"Seeding__Enabled" = var.seeding_enabled
7171
"Seeding__EmailPattern" = var.seeding_email_pattern
72+
"Seeding__State" = lower(var.state)
7273
"UseMockHouseholdData" = var.use_mock_household_data
7374
}, var.enable_appconfig ? {
7475
"AppConfig__Agent__BaseUrl" = "http://localhost:2772"

0 commit comments

Comments
 (0)