pulumi-dnsimple 3.5.0a1709362610__tar.gz → 3.5.0a1710915400__tar.gz

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.

Potentially problematic release.


This version of pulumi-dnsimple might be problematic. Click here for more details.

Files changed (24) hide show
  1. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/PKG-INFO +1 -1
  2. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/domain.py +106 -102
  3. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/email_forward.py +4 -0
  4. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/get_certificate.py +4 -0
  5. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/get_zone.py +4 -0
  6. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/lets_encrypt_certificate.py +4 -0
  7. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/zone_record.py +16 -8
  8. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple.egg-info/PKG-INFO +1 -1
  9. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pyproject.toml +1 -1
  10. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/README.md +0 -0
  11. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/__init__.py +0 -0
  12. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/_utilities.py +0 -0
  13. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/config/__init__.py +0 -0
  14. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/config/__init__.pyi +0 -0
  15. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/config/vars.py +0 -0
  16. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/provider.py +0 -0
  17. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/pulumi-plugin.json +0 -0
  18. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/py.typed +0 -0
  19. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple/record.py +0 -0
  20. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple.egg-info/SOURCES.txt +0 -0
  21. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple.egg-info/dependency_links.txt +0 -0
  22. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple.egg-info/requires.txt +0 -0
  23. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/pulumi_dnsimple.egg-info/top_level.txt +0 -0
  24. {pulumi_dnsimple-3.5.0a1709362610 → pulumi_dnsimple-3.5.0a1710915400}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_dnsimple
3
- Version: 3.5.0a1709362610
3
+ Version: 3.5.0a1710915400
4
4
  Summary: A Pulumi package for creating and managing dnsimple cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -142,6 +142,7 @@ class Domain(pulumi.CustomResource):
142
142
 
143
143
  ## Example Usage
144
144
 
145
+ <!--Start PulumiCodeChooser -->
145
146
  ```python
146
147
  import pulumi
147
148
  import pulumi_dnsimple as dnsimple
@@ -149,6 +150,7 @@ class Domain(pulumi.CustomResource):
149
150
  # Create a domain
150
151
  foobar = dnsimple.Domain("foobar", name=var["dnsimple"]["domain"])
151
152
  ```
153
+ <!--End PulumiCodeChooser -->
152
154
 
153
155
  ## Import
154
156
 
@@ -158,57 +160,57 @@ class Domain(pulumi.CustomResource):
158
160
  $ pulumi import dnsimple:index/domain:Domain resource_name 5678
159
161
  ```
160
162
 
161
- 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.
162
-
163
- $ curl -u 'EMAIL:PASSWORD' https://api.dnsimple.com/v2/1234/domains?name_like=example.com | jq
164
-
165
- {
166
-
167
- "data": [
168
-
169
- {
170
-
171
- "id": 5678,
172
-
173
- "account_id": 1234,
174
-
175
- "registrant_id": null,
176
-
177
- "name": "example.com",
178
-
179
- "unicode_name": "example.com",
180
-
181
- "state": "hosted",
182
-
183
- "auto_renew": false,
184
-
185
- "private_whois": false,
186
-
187
- "expires_on": null,
188
-
189
- "expires_at": null,
190
-
191
- "created_at": "2021-10-01T00:00:00Z",
192
-
193
- "updated_at": "2021-10-01T00:00:00Z"
194
-
195
- }
196
-
197
- ],
198
-
199
- "pagination": {
200
-
201
- "current_page": 1,
202
-
203
- "per_page": 30,
204
-
205
- "total_entries": 1,
206
-
207
- "total_pages": 1
208
-
209
- }
210
-
211
- }
163
+ 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.
164
+
165
+ $ curl -u 'EMAIL:PASSWORD' https://api.dnsimple.com/v2/1234/domains?name_like=example.com | jq
166
+
167
+ {
168
+
169
+ "data": [
170
+
171
+ {
172
+
173
+ "id": 5678,
174
+
175
+ "account_id": 1234,
176
+
177
+ "registrant_id": null,
178
+
179
+ "name": "example.com",
180
+
181
+ "unicode_name": "example.com",
182
+
183
+ "state": "hosted",
184
+
185
+ "auto_renew": false,
186
+
187
+ "private_whois": false,
188
+
189
+ "expires_on": null,
190
+
191
+ "expires_at": null,
192
+
193
+ "created_at": "2021-10-01T00:00:00Z",
194
+
195
+ "updated_at": "2021-10-01T00:00:00Z"
196
+
197
+ }
198
+
199
+ ],
200
+
201
+ "pagination": {
202
+
203
+ "current_page": 1,
204
+
205
+ "per_page": 30,
206
+
207
+ "total_entries": 1,
208
+
209
+ "total_pages": 1
210
+
211
+ }
212
+
213
+ }
212
214
 
213
215
  :param str resource_name: The name of the resource.
214
216
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -225,6 +227,7 @@ class Domain(pulumi.CustomResource):
225
227
 
226
228
  ## Example Usage
227
229
 
230
+ <!--Start PulumiCodeChooser -->
228
231
  ```python
229
232
  import pulumi
230
233
  import pulumi_dnsimple as dnsimple
@@ -232,6 +235,7 @@ class Domain(pulumi.CustomResource):
232
235
  # Create a domain
233
236
  foobar = dnsimple.Domain("foobar", name=var["dnsimple"]["domain"])
234
237
  ```
238
+ <!--End PulumiCodeChooser -->
235
239
 
236
240
  ## Import
237
241
 
@@ -241,57 +245,57 @@ class Domain(pulumi.CustomResource):
241
245
  $ pulumi import dnsimple:index/domain:Domain resource_name 5678
242
246
  ```
243
247
 
244
- 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.
245
-
246
- $ curl -u 'EMAIL:PASSWORD' https://api.dnsimple.com/v2/1234/domains?name_like=example.com | jq
247
-
248
- {
249
-
250
- "data": [
251
-
252
- {
253
-
254
- "id": 5678,
255
-
256
- "account_id": 1234,
257
-
258
- "registrant_id": null,
259
-
260
- "name": "example.com",
261
-
262
- "unicode_name": "example.com",
263
-
264
- "state": "hosted",
265
-
266
- "auto_renew": false,
267
-
268
- "private_whois": false,
269
-
270
- "expires_on": null,
271
-
272
- "expires_at": null,
273
-
274
- "created_at": "2021-10-01T00:00:00Z",
275
-
276
- "updated_at": "2021-10-01T00:00:00Z"
277
-
278
- }
279
-
280
- ],
281
-
282
- "pagination": {
283
-
284
- "current_page": 1,
285
-
286
- "per_page": 30,
287
-
288
- "total_entries": 1,
289
-
290
- "total_pages": 1
291
-
292
- }
293
-
294
- }
248
+ 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.
249
+
250
+ $ curl -u 'EMAIL:PASSWORD' https://api.dnsimple.com/v2/1234/domains?name_like=example.com | jq
251
+
252
+ {
253
+
254
+ "data": [
255
+
256
+ {
257
+
258
+ "id": 5678,
259
+
260
+ "account_id": 1234,
261
+
262
+ "registrant_id": null,
263
+
264
+ "name": "example.com",
265
+
266
+ "unicode_name": "example.com",
267
+
268
+ "state": "hosted",
269
+
270
+ "auto_renew": false,
271
+
272
+ "private_whois": false,
273
+
274
+ "expires_on": null,
275
+
276
+ "expires_at": null,
277
+
278
+ "created_at": "2021-10-01T00:00:00Z",
279
+
280
+ "updated_at": "2021-10-01T00:00:00Z"
281
+
282
+ }
283
+
284
+ ],
285
+
286
+ "pagination": {
287
+
288
+ "current_page": 1,
289
+
290
+ "per_page": 30,
291
+
292
+ "total_entries": 1,
293
+
294
+ "total_pages": 1
295
+
296
+ }
297
+
298
+ }
295
299
 
296
300
  :param str resource_name: The name of the resource.
297
301
  :param DomainArgs args: The arguments to use to populate this resource's properties.
@@ -150,6 +150,7 @@ class EmailForward(pulumi.CustomResource):
150
150
 
151
151
  ## Example Usage
152
152
 
153
+ <!--Start PulumiCodeChooser -->
153
154
  ```python
154
155
  import pulumi
155
156
  import pulumi_dnsimple as dnsimple
@@ -160,6 +161,7 @@ class EmailForward(pulumi.CustomResource):
160
161
  destination_email="jane.doe@example.com",
161
162
  domain=var["dnsimple_domain"])
162
163
  ```
164
+ <!--End PulumiCodeChooser -->
163
165
 
164
166
  :param str resource_name: The name of the resource.
165
167
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -178,6 +180,7 @@ class EmailForward(pulumi.CustomResource):
178
180
 
179
181
  ## Example Usage
180
182
 
183
+ <!--Start PulumiCodeChooser -->
181
184
  ```python
182
185
  import pulumi
183
186
  import pulumi_dnsimple as dnsimple
@@ -188,6 +191,7 @@ class EmailForward(pulumi.CustomResource):
188
191
  destination_email="jane.doe@example.com",
189
192
  domain=var["dnsimple_domain"])
190
193
  ```
194
+ <!--End PulumiCodeChooser -->
191
195
 
192
196
  :param str resource_name: The name of the resource.
193
197
  :param EmailForwardArgs args: The arguments to use to populate this resource's properties.
@@ -118,6 +118,7 @@ def get_certificate(certificate_id: Optional[str] = None,
118
118
 
119
119
  ## Example Usage
120
120
 
121
+ <!--Start PulumiCodeChooser -->
121
122
  ```python
122
123
  import pulumi
123
124
  import pulumi_dnsimple as dnsimple
@@ -125,6 +126,7 @@ def get_certificate(certificate_id: Optional[str] = None,
125
126
  foobar = dnsimple.get_certificate(certificate_id=var["dnsimple_certificate_id"],
126
127
  domain=var["dnsimple_domain"])
127
128
  ```
129
+ <!--End PulumiCodeChooser -->
128
130
 
129
131
 
130
132
  :param str certificate_id: The ID of the SSL Certificate
@@ -155,6 +157,7 @@ def get_certificate_output(certificate_id: Optional[pulumi.Input[str]] = None,
155
157
 
156
158
  ## Example Usage
157
159
 
160
+ <!--Start PulumiCodeChooser -->
158
161
  ```python
159
162
  import pulumi
160
163
  import pulumi_dnsimple as dnsimple
@@ -162,6 +165,7 @@ def get_certificate_output(certificate_id: Optional[pulumi.Input[str]] = None,
162
165
  foobar = dnsimple.get_certificate(certificate_id=var["dnsimple_certificate_id"],
163
166
  domain=var["dnsimple_domain"])
164
167
  ```
168
+ <!--End PulumiCodeChooser -->
165
169
 
166
170
 
167
171
  :param str certificate_id: The ID of the SSL Certificate
@@ -75,12 +75,14 @@ def get_zone(name: Optional[str] = None,
75
75
 
76
76
  Get zone:
77
77
 
78
+ <!--Start PulumiCodeChooser -->
78
79
  ```python
79
80
  import pulumi
80
81
  import pulumi_dnsimple as dnsimple
81
82
 
82
83
  foobar = dnsimple.get_zone(name="dnsimple.com")
83
84
  ```
85
+ <!--End PulumiCodeChooser -->
84
86
 
85
87
  The following arguments are supported:
86
88
 
@@ -113,12 +115,14 @@ def get_zone_output(name: Optional[pulumi.Input[str]] = None,
113
115
 
114
116
  Get zone:
115
117
 
118
+ <!--Start PulumiCodeChooser -->
116
119
  ```python
117
120
  import pulumi
118
121
  import pulumi_dnsimple as dnsimple
119
122
 
120
123
  foobar = dnsimple.get_zone(name="dnsimple.com")
121
124
  ```
125
+ <!--End PulumiCodeChooser -->
122
126
 
123
127
  The following arguments are supported:
124
128
 
@@ -280,6 +280,7 @@ class LetsEncryptCertificate(pulumi.CustomResource):
280
280
 
281
281
  ## Example Usage
282
282
 
283
+ <!--Start PulumiCodeChooser -->
283
284
  ```python
284
285
  import pulumi
285
286
  import pulumi_dnsimple as dnsimple
@@ -289,6 +290,7 @@ class LetsEncryptCertificate(pulumi.CustomResource):
289
290
  auto_renew=False,
290
291
  name="www")
291
292
  ```
293
+ <!--End PulumiCodeChooser -->
292
294
 
293
295
  :param str resource_name: The name of the resource.
294
296
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -308,6 +310,7 @@ class LetsEncryptCertificate(pulumi.CustomResource):
308
310
 
309
311
  ## Example Usage
310
312
 
313
+ <!--Start PulumiCodeChooser -->
311
314
  ```python
312
315
  import pulumi
313
316
  import pulumi_dnsimple as dnsimple
@@ -317,6 +320,7 @@ class LetsEncryptCertificate(pulumi.CustomResource):
317
320
  auto_renew=False,
318
321
  name="www")
319
322
  ```
323
+ <!--End PulumiCodeChooser -->
320
324
 
321
325
  :param str resource_name: The name of the resource.
322
326
  :param LetsEncryptCertificateArgs args: The arguments to use to populate this resource's properties.
@@ -269,6 +269,7 @@ class ZoneRecord(pulumi.CustomResource):
269
269
 
270
270
  ## Example Usage
271
271
 
272
+ <!--Start PulumiCodeChooser -->
272
273
  ```python
273
274
  import pulumi
274
275
  import pulumi_dnsimple as dnsimple
@@ -281,7 +282,9 @@ class ZoneRecord(pulumi.CustomResource):
281
282
  value="192.168.0.11",
282
283
  zone_name=var["dnsimple_domain"])
283
284
  ```
285
+ <!--End PulumiCodeChooser -->
284
286
 
287
+ <!--Start PulumiCodeChooser -->
285
288
  ```python
286
289
  import pulumi
287
290
  import pulumi_dnsimple as dnsimple
@@ -294,6 +297,7 @@ class ZoneRecord(pulumi.CustomResource):
294
297
  value="192.168.0.11",
295
298
  zone_name=var["dnsimple_domain"])
296
299
  ```
300
+ <!--End PulumiCodeChooser -->
297
301
 
298
302
  ## Import
299
303
 
@@ -302,14 +306,14 @@ class ZoneRecord(pulumi.CustomResource):
302
306
  __Importing record example.com with record ID 1234__
303
307
 
304
308
  ```sh
305
- $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
309
+ $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
306
310
  ```
307
- __Importing record www.example.com with record ID 1234__
311
+ __Importing record www.example.com with record ID 1234__
308
312
 
309
313
  ```sh
310
- $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
314
+ $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
311
315
  ```
312
- The record ID can be found in the URL when editing a record on the DNSimple web dashboard.
316
+ The record ID can be found in the URL when editing a record on the DNSimple web dashboard.
313
317
 
314
318
  :param str resource_name: The name of the resource.
315
319
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -336,6 +340,7 @@ class ZoneRecord(pulumi.CustomResource):
336
340
 
337
341
  ## Example Usage
338
342
 
343
+ <!--Start PulumiCodeChooser -->
339
344
  ```python
340
345
  import pulumi
341
346
  import pulumi_dnsimple as dnsimple
@@ -348,7 +353,9 @@ class ZoneRecord(pulumi.CustomResource):
348
353
  value="192.168.0.11",
349
354
  zone_name=var["dnsimple_domain"])
350
355
  ```
356
+ <!--End PulumiCodeChooser -->
351
357
 
358
+ <!--Start PulumiCodeChooser -->
352
359
  ```python
353
360
  import pulumi
354
361
  import pulumi_dnsimple as dnsimple
@@ -361,6 +368,7 @@ class ZoneRecord(pulumi.CustomResource):
361
368
  value="192.168.0.11",
362
369
  zone_name=var["dnsimple_domain"])
363
370
  ```
371
+ <!--End PulumiCodeChooser -->
364
372
 
365
373
  ## Import
366
374
 
@@ -369,14 +377,14 @@ class ZoneRecord(pulumi.CustomResource):
369
377
  __Importing record example.com with record ID 1234__
370
378
 
371
379
  ```sh
372
- $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
380
+ $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
373
381
  ```
374
- __Importing record www.example.com with record ID 1234__
382
+ __Importing record www.example.com with record ID 1234__
375
383
 
376
384
  ```sh
377
- $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
385
+ $ pulumi import dnsimple:index/zoneRecord:ZoneRecord resource_name example.com_1234
378
386
  ```
379
- The record ID can be found in the URL when editing a record on the DNSimple web dashboard.
387
+ The record ID can be found in the URL when editing a record on the DNSimple web dashboard.
380
388
 
381
389
  :param str resource_name: The name of the resource.
382
390
  :param ZoneRecordArgs args: The arguments to use to populate this resource's properties.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_dnsimple
3
- Version: 3.5.0a1709362610
3
+ Version: 3.5.0a1710915400
4
4
  Summary: A Pulumi package for creating and managing dnsimple cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "dnsimple"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.8"
8
- version = "3.5.0a1709362610"
8
+ version = "3.5.0a1710915400"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]