@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.
- package/dist/highstate.manifest.json +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +6 -6
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"sourceHashes": {
|
3
|
-
"./dist/index.js": "
|
4
|
-
"./dist/connection/index.js": "
|
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
|
-
|
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:
|
9061
|
+
comment: getResourceComment()
|
9062
9062
|
},
|
9063
9063
|
{ ...opts, provider }
|
9064
9064
|
);
|