Skip to content

Commit

Permalink
fix: dns stack doesn't need to be termination protected anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverian committed Sep 21, 2024
1 parent 2b072fd commit 984049d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/lib/environment-stage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ export class EnvironmentStage extends Stage {
})

new DnsStack(this, "Dns", {
terminationProtection: true,
env,
name: environmentConfig.domainName,
})
Expand Down

0 comments on commit 984049d

Please sign in to comment.