@pulumi/dnsimple 3.4.1 → 3.4.3

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/domain.d.ts CHANGED
@@ -9,7 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as dnsimple from "@pulumi/dnsimple";
10
10
  *
11
11
  * // Create a domain
12
- * const foobar = new dnsimple.Domain("foobar", {name: _var.dnsimple.domain});
12
+ * const foobar = new dnsimple.Domain("foobar", {name: dnsimple.domain});
13
13
  * ```
14
14
  *
15
15
  * ## Import
@@ -17,54 +17,60 @@ import * as pulumi from "@pulumi/pulumi";
17
17
  * DNSimple domains can be imported using their numeric record ID.
18
18
  *
19
19
  * ```sh
20
- * $ pulumi import dnsimple:index/domain:Domain resource_name 5678
20
+ * $ pulumi import dnsimple:index/domain:Domain resource_name 5678
21
21
  * ```
22
22
  *
23
- * The record ID can be found within [DNSimple Domains API](https://developer.dnsimple.com/v2/domains/#listDomains). Check out [Authentication](https://developer.dnsimple.com/v2/#authentication) in API Overview for available options. $ curl -u 'EMAIL:PASSWORD' https://api.dnsimple.com/v2/1234/domains?name_like=example.com | jq {
23
+ * The record ID can be found within [DNSimple Domains API](https://developer.dnsimple.com/v2/domains/#listDomains). Check out [Authentication](https://developer.dnsimple.com/v2/#authentication) in API Overview for available options.
24
24
  *
25
- * "data"[
25
+ * $ curl -u 'EMAIL:PASSWORD' https://api.dnsimple.com/v2/1234/domains?name_like=example.com | jq
26
26
  *
27
- * {
27
+ * {
28
28
  *
29
- * "id"5678,
29
+ * "data": [
30
30
  *
31
- * "account_id"1234,
31
+ * {
32
32
  *
33
- * "registrant_id"null,
33
+ * "id": 5678,
34
34
  *
35
- * "name""example.com",
35
+ * "account_id": 1234,
36
36
  *
37
- * "unicode_name""example.com",
37
+ * "registrant_id": null,
38
38
  *
39
- * "state""hosted",
39
+ * "name": "example.com",
40
40
  *
41
- * "auto_renew"false,
41
+ * "unicode_name": "example.com",
42
42
  *
43
- * "private_whois"false,
43
+ * "state": "hosted",
44
44
  *
45
- * "expires_on"null,
45
+ * "auto_renew": false,
46
46
  *
47
- * "expires_at"null,
47
+ * "private_whois": false,
48
48
  *
49
- * "created_at""2021-10-01T00:00:00Z",
49
+ * "expires_on": null,
50
50
  *
51
- * "updated_at""2021-10-01T00:00:00Z"
51
+ * "expires_at": null,
52
52
  *
53
- * }
53
+ * "created_at": "2021-10-01T00:00:00Z",
54
54
  *
55
- * ],
55
+ * "updated_at": "2021-10-01T00:00:00Z"
56
56
  *
57
- * "pagination"{
57
+ * }
58
58
  *
59
- * "current_page"1,
59
+ * ],
60
60
  *
61
- * "per_page"30,
61
+ * "pagination": {
62
62
  *
63
- * "total_entries"1,
63
+ * "current_page": 1,
64
64
  *
65
- * "total_pages"1
65
+ * "per_page": 30,
66
66
  *
67
- * } }
67
+ * "total_entries": 1,
68
+ *
69
+ * "total_pages": 1
70
+ *
71
+ * }
72
+ *
73
+ * }
68
74
  */
69
75
  export declare class Domain extends pulumi.CustomResource {
70
76
  /**
package/domain.js CHANGED
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
15
15
  * import * as dnsimple from "@pulumi/dnsimple";
16
16
  *
17
17
  * // Create a domain
18
- * const foobar = new dnsimple.Domain("foobar", {name: _var.dnsimple.domain});
18
+ * const foobar = new dnsimple.Domain("foobar", {name: dnsimple.domain});
19
19
  * ```
20
20
  *
21
21
  * ## Import
@@ -23,54 +23,60 @@ const utilities = require("./utilities");
23
23
  * DNSimple domains can be imported using their numeric record ID.
24
24
  *
25
25
  * ```sh
26
- * $ pulumi import dnsimple:index/domain:Domain resource_name 5678
26
+ * $ pulumi import dnsimple:index/domain:Domain resource_name 5678
27
27
  * ```
28
28
  *
29
- * The record ID can be found within [DNSimple Domains API](https://developer.dnsimple.com/v2/domains/#listDomains). Check out [Authentication](https://developer.dnsimple.com/v2/#authentication) in API Overview for available options. $ curl -u 'EMAIL:PASSWORD' https://api.dnsimple.com/v2/1234/domains?name_like=example.com | jq {
29
+ * The record ID can be found within [DNSimple Domains API](https://developer.dnsimple.com/v2/domains/#listDomains). Check out [Authentication](https://developer.dnsimple.com/v2/#authentication) in API Overview for available options.
30
30
  *
31
- * "data"[
31
+ * $ curl -u 'EMAIL:PASSWORD' https://api.dnsimple.com/v2/1234/domains?name_like=example.com | jq
32
32
  *
33
- * {
33
+ * {
34
34
  *
35
- * "id"5678,
35
+ * "data": [
36
36
  *
37
- * "account_id"1234,
37
+ * {
38
38
  *
39
- * "registrant_id"null,
39
+ * "id": 5678,
40
40
  *
41
- * "name""example.com",
41
+ * "account_id": 1234,
42
42
  *
43
- * "unicode_name""example.com",
43
+ * "registrant_id": null,
44
44
  *
45
- * "state""hosted",
45
+ * "name": "example.com",
46
46
  *
47
- * "auto_renew"false,
47
+ * "unicode_name": "example.com",
48
48
  *
49
- * "private_whois"false,
49
+ * "state": "hosted",
50
50
  *
51
- * "expires_on"null,
51
+ * "auto_renew": false,
52
52
  *
53
- * "expires_at"null,
53
+ * "private_whois": false,
54
54
  *
55
- * "created_at""2021-10-01T00:00:00Z",
55
+ * "expires_on": null,
56
56
  *
57
- * "updated_at""2021-10-01T00:00:00Z"
57
+ * "expires_at": null,
58
58
  *
59
- * }
59
+ * "created_at": "2021-10-01T00:00:00Z",
60
60
  *
61
- * ],
61
+ * "updated_at": "2021-10-01T00:00:00Z"
62
62
  *
63
- * "pagination"{
63
+ * }
64
64
  *
65
- * "current_page"1,
65
+ * ],
66
66
  *
67
- * "per_page"30,
67
+ * "pagination": {
68
68
  *
69
- * "total_entries"1,
69
+ * "current_page": 1,
70
70
  *
71
- * "total_pages"1
71
+ * "per_page": 30,
72
72
  *
73
- * } }
73
+ * "total_entries": 1,
74
+ *
75
+ * "total_pages": 1
76
+ *
77
+ * }
78
+ *
79
+ * }
74
80
  */
75
81
  class Domain extends pulumi.CustomResource {
76
82
  /**
package/domain.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"domain.js","sourceRoot":"","sources":["../domain.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"domain.js","sourceRoot":"","sources":["../domain.ts"],"names":[],"mappings":"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"}
package/emailForward.d.ts CHANGED
@@ -10,9 +10,9 @@ import * as pulumi from "@pulumi/pulumi";
10
10
  *
11
11
  * // Add an email forwarding rule to the domain
12
12
  * const foobar = new dnsimple.EmailForward("foobar", {
13
+ * domain: dnsimpleDomain,
13
14
  * aliasName: "sales",
14
15
  * destinationEmail: "jane.doe@example.com",
15
- * domain: _var.dnsimple_domain,
16
16
  * });
17
17
  * ```
18
18
  */
package/emailForward.js CHANGED
@@ -16,9 +16,9 @@ const utilities = require("./utilities");
16
16
  *
17
17
  * // Add an email forwarding rule to the domain
18
18
  * const foobar = new dnsimple.EmailForward("foobar", {
19
+ * domain: dnsimpleDomain,
19
20
  * aliasName: "sales",
20
21
  * destinationEmail: "jane.doe@example.com",
21
- * domain: _var.dnsimple_domain,
22
22
  * });
23
23
  * ```
24
24
  */
@@ -9,8 +9,8 @@ import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as dnsimple from "@pulumi/dnsimple";
10
10
  *
11
11
  * const foobar = dnsimple.getCertificate({
12
- * certificateId: _var.dnsimple_certificate_id,
13
- * domain: _var.dnsimple_domain,
12
+ * domain: dnsimpleDomain,
13
+ * certificateId: dnsimpleCertificateId,
14
14
  * });
15
15
  * ```
16
16
  */
@@ -65,8 +65,8 @@ export interface GetCertificateResult {
65
65
  * import * as dnsimple from "@pulumi/dnsimple";
66
66
  *
67
67
  * const foobar = dnsimple.getCertificate({
68
- * certificateId: _var.dnsimple_certificate_id,
69
- * domain: _var.dnsimple_domain,
68
+ * domain: dnsimpleDomain,
69
+ * certificateId: dnsimpleCertificateId,
70
70
  * });
71
71
  * ```
72
72
  */
package/getCertificate.js CHANGED
@@ -15,8 +15,8 @@ const utilities = require("./utilities");
15
15
  * import * as dnsimple from "@pulumi/dnsimple";
16
16
  *
17
17
  * const foobar = dnsimple.getCertificate({
18
- * certificateId: _var.dnsimple_certificate_id,
19
- * domain: _var.dnsimple_domain,
18
+ * domain: dnsimpleDomain,
19
+ * certificateId: dnsimpleCertificateId,
20
20
  * });
21
21
  * ```
22
22
  */
@@ -38,8 +38,8 @@ exports.getCertificate = getCertificate;
38
38
  * import * as dnsimple from "@pulumi/dnsimple";
39
39
  *
40
40
  * const foobar = dnsimple.getCertificate({
41
- * certificateId: _var.dnsimple_certificate_id,
42
- * domain: _var.dnsimple_domain,
41
+ * domain: dnsimpleDomain,
42
+ * certificateId: dnsimpleCertificateId,
43
43
  * });
44
44
  * ```
45
45
  */
@@ -9,7 +9,7 @@ import * as pulumi from "@pulumi/pulumi";
9
9
  * import * as dnsimple from "@pulumi/dnsimple";
10
10
  *
11
11
  * const foobar = new dnsimple.LetsEncryptCertificate("foobar", {
12
- * domainId: _var.dnsimple.domain_id,
12
+ * domainId: dnsimple.domainId,
13
13
  * autoRenew: false,
14
14
  * name: "www",
15
15
  * });
@@ -15,7 +15,7 @@ const utilities = require("./utilities");
15
15
  * import * as dnsimple from "@pulumi/dnsimple";
16
16
  *
17
17
  * const foobar = new dnsimple.LetsEncryptCertificate("foobar", {
18
- * domainId: _var.dnsimple.domain_id,
18
+ * domainId: dnsimple.domainId,
19
19
  * autoRenew: false,
20
20
  * name: "www",
21
21
  * });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/dnsimple",
3
- "version": "v3.4.1",
3
+ "version": "3.4.3",
4
4
  "description": "A Pulumi package for creating and managing dnsimple cloud resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -22,6 +22,7 @@
22
22
  },
23
23
  "pulumi": {
24
24
  "resource": true,
25
- "name": "dnsimple"
25
+ "name": "dnsimple",
26
+ "version": "3.4.3"
26
27
  }
27
28
  }
package/zoneRecord.d.ts CHANGED
@@ -15,11 +15,11 @@ import * as pulumi from "@pulumi/pulumi";
15
15
  *
16
16
  * // Add a record to the root domain
17
17
  * const foobar = new dnsimple.ZoneRecord("foobar", {
18
+ * zoneName: dnsimpleDomain,
18
19
  * name: "",
19
- * ttl: "3600",
20
- * type: "A",
21
20
  * value: "192.168.0.11",
22
- * zoneName: _var.dnsimple_domain,
21
+ * type: "A",
22
+ * ttl: "3600",
23
23
  * });
24
24
  * ```
25
25
  *
@@ -29,11 +29,11 @@ import * as pulumi from "@pulumi/pulumi";
29
29
  *
30
30
  * // Add a record to a sub-domain
31
31
  * const foobar = new dnsimple.ZoneRecord("foobar", {
32
+ * zoneName: dnsimpleDomain,
32
33
  * name: "terraform",
33
- * ttl: "3600",
34
- * type: "A",
35
34
  * value: "192.168.0.11",
36
- * zoneName: _var.dnsimple_domain,
35
+ * type: "A",
36
+ * ttl: "3600",
37
37
  * });
38
38
  * ```
39
39
  *
@@ -44,14 +44,14 @@ import * as pulumi from "@pulumi/pulumi";
44
44
  * __Importing record example.com with record ID 1234__
45
45
  *
46
46
  * ```sh
47
- * $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
47
+ * $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
48
48
  * ```
49
- * __Importing record www.example.com with record ID 1234__
49
+ * __Importing record www.example.com with record ID 1234__
50
50
  *
51
51
  * ```sh
52
- * $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
52
+ * $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
53
53
  * ```
54
- * The record ID can be found in the URL when editing a record on the DNSimple web dashboard.
54
+ * The record ID can be found in the URL when editing a record on the DNSimple web dashboard.
55
55
  */
56
56
  export declare class ZoneRecord extends pulumi.CustomResource {
57
57
  /**
package/zoneRecord.js CHANGED
@@ -21,11 +21,11 @@ const utilities = require("./utilities");
21
21
  *
22
22
  * // Add a record to the root domain
23
23
  * const foobar = new dnsimple.ZoneRecord("foobar", {
24
+ * zoneName: dnsimpleDomain,
24
25
  * name: "",
25
- * ttl: "3600",
26
- * type: "A",
27
26
  * value: "192.168.0.11",
28
- * zoneName: _var.dnsimple_domain,
27
+ * type: "A",
28
+ * ttl: "3600",
29
29
  * });
30
30
  * ```
31
31
  *
@@ -35,11 +35,11 @@ const utilities = require("./utilities");
35
35
  *
36
36
  * // Add a record to a sub-domain
37
37
  * const foobar = new dnsimple.ZoneRecord("foobar", {
38
+ * zoneName: dnsimpleDomain,
38
39
  * name: "terraform",
39
- * ttl: "3600",
40
- * type: "A",
41
40
  * value: "192.168.0.11",
42
- * zoneName: _var.dnsimple_domain,
41
+ * type: "A",
42
+ * ttl: "3600",
43
43
  * });
44
44
  * ```
45
45
  *
@@ -50,14 +50,14 @@ const utilities = require("./utilities");
50
50
  * __Importing record example.com with record ID 1234__
51
51
  *
52
52
  * ```sh
53
- * $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
53
+ * $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
54
54
  * ```
55
- * __Importing record www.example.com with record ID 1234__
55
+ * __Importing record www.example.com with record ID 1234__
56
56
  *
57
57
  * ```sh
58
- * $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
58
+ * $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
59
59
  * ```
60
- * The record ID can be found in the URL when editing a record on the DNSimple web dashboard.
60
+ * The record ID can be found in the URL when editing a record on the DNSimple web dashboard.
61
61
  */
62
62
  class ZoneRecord extends pulumi.CustomResource {
63
63
  /**
package/package.json.bak DELETED
@@ -1,27 +0,0 @@
1
- {
2
- "name": "@pulumi/dnsimple",
3
- "version": "${VERSION}",
4
- "description": "A Pulumi package for creating and managing dnsimple cloud resources.",
5
- "keywords": [
6
- "pulumi",
7
- "dnsimple"
8
- ],
9
- "homepage": "https://pulumi.io",
10
- "repository": "https://github.com/pulumi/pulumi-dnsimple",
11
- "license": "Apache-2.0",
12
- "scripts": {
13
- "build": "tsc"
14
- },
15
- "dependencies": {
16
- "@pulumi/pulumi": "^3.0.0"
17
- },
18
- "devDependencies": {
19
- "@types/mime": "^2.0.0",
20
- "@types/node": "^10.0.0",
21
- "typescript": "^4.3.5"
22
- },
23
- "pulumi": {
24
- "resource": true,
25
- "name": "dnsimple"
26
- }
27
- }