Skip to content

Commit b51b2e2

Browse files
committed
fix: add empty output for the dev envs
1 parent 8c71496 commit b51b2e2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

VirtualFinland.UsersAPI.Deployment/Features/PostgresDatabase.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ public void SetupDevelopmentPostgresDatabase(Config config, StackSetup stackSetu
166166
DatabaseConnectionString = Output.Format($"Host={DbEndpoint};Database={DbName};Username={DbUsername};Password={DbPassword}");
167167
DatabaseAdminConnectionString = Output.Format($"Host={DbEndpoint};Database={DbName};Username={DbAdminUsername};Password={DbAdminPassword}");
168168
DBIdentifier = rdsPostgreSqlInstance.Identifier;
169+
DBClusterIdentifier = Output.Create("");
169170

170171
LogGroup = cloudwatch.CreateLogGroup(stackSetup, "database", Output.Format($"/aws/rds/instance/{rdsPostgreSqlInstance.Identifier}/postgresql"), 3);
171172
}

0 commit comments

Comments
 (0)