Skip to content

Commit

Permalink
Populate GOOGLE_PROJECT env (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
chokoswitch authored Oct 23, 2024
1 parent ce30b6c commit 7a28fb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/curiostack/service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ export class CurioStackService extends Construct {
name: "CONFIG_ENV",
value: config.environment ?? project.split("-")[1],
});
env.push({
name: "GOOGLE_PROJECT",
value: project,
});
env.push({
name: "OTEL_METRICS_EXPORTER",
value: "otlp",
Expand Down

0 comments on commit 7a28fb2

Please sign in to comment.