@highstate/cloudflare 0.7.8 → 0.7.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "sourceHashes": {
3
- "./dist/index.js": "fc7ca6e2e8d9d17f6d54efb785a73f3f8fc653a424b988ba961dda19ab5c2bf1",
4
- "./dist/connection/index.js": "7b1a12e3038ff3fdf2c28452b8cef2b7e98b6f260c6b55e4d52439ea694e033c"
3
+ "./dist/index.js": "9c5d1073863610ed161bab6d9259e7283bd420be58c95438e27e82e503989581",
4
+ "./dist/connection/index.js": "c7040d442afbc8ef1db199414d35b6bfbce796c99019bae456afb625bab69795"
5
5
  }
6
6
  }
package/dist/index.js CHANGED
@@ -6395,7 +6395,7 @@ var require_ajv = __commonJS({
6395
6395
 
6396
6396
  // src/dns.ts
6397
6397
  import {
6398
- getUnitInstanceId
6398
+ getResourceComment
6399
6399
  } from "@highstate/pulumi";
6400
6400
  import { DnsRecord } from "@highstate/common";
6401
6401
  import { Record as Record2 } from "@pulumi/cloudflare";
@@ -9058,7 +9058,7 @@ var CloudflareDnsRecord = class extends DnsRecord {
9058
9058
  type: args.type,
9059
9059
  content: args.value,
9060
9060
  proxied: args.proxied,
9061
- comment: `Managed by Highstate Unit (${getUnitInstanceId()})`
9061
+ comment: getResourceComment()
9062
9062
  },
9063
9063
  { ...opts, provider }
9064
9064
  );