Skip to content

Commit

Permalink
cloudflare: update default provider version
Browse files Browse the repository at this point in the history
closes #876
  • Loading branch information
fwang committed Aug 30, 2024
1 parent d47b1b2 commit 04b4553
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@aws-sdk/client-sts": "3.478.0",
"@aws-sdk/middleware-retry": "3.374.0",
"@pulumi/aws": "6.28.1",
"@pulumi/cloudflare": "5.24.1",
"@pulumi/cloudflare": "5.37.1",
"@pulumi/docker": "4.5.3",
"@pulumi/pulumi": "3.115.2",
"@pulumi/random": "4.15.0",
Expand Down
2 changes: 1 addition & 1 deletion platform/src/components/cloudflare/dns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export function dns(args: DnsArgs = {}) {
{
zoneId,
name: record.name,
value: record.value,
content: record.value,
type: record.type,
ttl: 60,
allowOverwrite: args.override,
Expand Down

0 comments on commit 04b4553

Please sign in to comment.