terraform-binary-wheel 1.9a1__py2.py3-none-linux_armv6l.linux_armv7l.whl → 1.10a1__py2.py3-none-linux_armv6l.linux_armv7l.whl

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.
@@ -0,0 +1,381 @@
1
+ Copyright (c) 2024 Maksym Kondratenko
2
+
3
+ Redistribution and use in source and binary forms, with or without modification, are permitted
4
+ provided that the following conditions are met:
5
+
6
+ 1. Redistributions of source code must retain the above copyright notice, this list of
7
+ conditions and the following disclaimer.
8
+
9
+ 2. Redistributions in binary form must reproduce the above copyright notice, this list of
10
+ conditions and the following disclaimer in the documentation and/or other materials provided
11
+ with the distribution.
12
+
13
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
14
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
15
+ FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
16
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
19
+ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
20
+ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21
+
22
+ The binary distribution of this software includes HashiCorp’s Terraform Community software subject to
23
+ Mozilla Public License included below:
24
+
25
+ *
26
+ * Copyright (c) 2014 HashiCorp, Inc.
27
+ *
28
+ * Mozilla Public License, version 2.0
29
+ *
30
+ * 1. Definitions
31
+ *
32
+ * 1.1. “Contributor”
33
+ *
34
+ * means each individual or legal entity that creates, contributes to the
35
+ * creation of, or owns Covered Software.
36
+ *
37
+ * 1.2. “Contributor Version”
38
+ *
39
+ * means the combination of the Contributions of others (if any) used by a
40
+ * Contributor and that particular Contributor’s Contribution.
41
+ *
42
+ * 1.3. “Contribution”
43
+ *
44
+ * means Covered Software of a particular Contributor.
45
+ *
46
+ * 1.4. “Covered Software”
47
+ *
48
+ * means Source Code Form to which the initial Contributor has attached the
49
+ * notice in Exhibit A, the Executable Form of such Source Code Form, and
50
+ * Modifications of such Source Code Form, in each case including portions
51
+ * thereof.
52
+ *
53
+ * 1.5. “Incompatible With Secondary Licenses”
54
+ * means
55
+ *
56
+ * a. that the initial Contributor has attached the notice described in
57
+ * Exhibit B to the Covered Software; or
58
+ *
59
+ * b. that the Covered Software was made available under the terms of version
60
+ * 1.1 or earlier of the License, but not also under the terms of a
61
+ * Secondary License.
62
+ *
63
+ * 1.6. “Executable Form”
64
+ *
65
+ * means any form of the work other than Source Code Form.
66
+ *
67
+ * 1.7. “Larger Work”
68
+ *
69
+ * means a work that combines Covered Software with other material, in a separate
70
+ * file or files, that is not Covered Software.
71
+ *
72
+ * 1.8. “License”
73
+ *
74
+ * means this document.
75
+ *
76
+ * 1.9. “Licensable”
77
+ *
78
+ * means having the right to grant, to the maximum extent possible, whether at the
79
+ * time of the initial grant or subsequently, any and all of the rights conveyed by
80
+ * this License.
81
+ *
82
+ * 1.10. “Modifications”
83
+ *
84
+ * means any of the following:
85
+ *
86
+ * a. any file in Source Code Form that results from an addition to, deletion
87
+ * from, or modification of the contents of Covered Software; or
88
+ *
89
+ * b. any new file in Source Code Form that contains any Covered Software.
90
+ *
91
+ * 1.11. “Patent Claims” of a Contributor
92
+ *
93
+ * means any patent claim(s), including without limitation, method, process,
94
+ * and apparatus claims, in any patent Licensable by such Contributor that
95
+ * would be infringed, but for the grant of the License, by the making,
96
+ * using, selling, offering for sale, having made, import, or transfer of
97
+ * either its Contributions or its Contributor Version.
98
+ *
99
+ * 1.12. “Secondary License”
100
+ *
101
+ * means either the GNU General Public License, Version 2.0, the GNU Lesser
102
+ * General Public License, Version 2.1, the GNU Affero General Public
103
+ * License, Version 3.0, or any later versions of those licenses.
104
+ *
105
+ * 1.13. “Source Code Form”
106
+ *
107
+ * means the form of the work preferred for making modifications.
108
+ *
109
+ * 1.14. “You” (or “Your”)
110
+ *
111
+ * means an individual or a legal entity exercising rights under this
112
+ * License. For legal entities, “You” includes any entity that controls, is
113
+ * controlled by, or is under common control with You. For purposes of this
114
+ * definition, “control” means (a) the power, direct or indirect, to cause
115
+ * the direction or management of such entity, whether by contract or
116
+ * otherwise, or (b) ownership of more than fifty percent (50%) of the
117
+ * outstanding shares or beneficial ownership of such entity.
118
+ *
119
+ *
120
+ * 2. License Grants and Conditions
121
+ *
122
+ * 2.1. Grants
123
+ *
124
+ * Each Contributor hereby grants You a world-wide, royalty-free,
125
+ * non-exclusive license:
126
+ *
127
+ * a. under intellectual property rights (other than patent or trademark)
128
+ * Licensable by such Contributor to use, reproduce, make available,
129
+ * modify, display, perform, distribute, and otherwise exploit its
130
+ * Contributions, either on an unmodified basis, with Modifications, or as
131
+ * part of a Larger Work; and
132
+ *
133
+ * b. under Patent Claims of such Contributor to make, use, sell, offer for
134
+ * sale, have made, import, and otherwise transfer either its Contributions
135
+ * or its Contributor Version.
136
+ *
137
+ * 2.2. Effective Date
138
+ *
139
+ * The licenses granted in Section 2.1 with respect to any Contribution become
140
+ * effective for each Contribution on the date the Contributor first distributes
141
+ * such Contribution.
142
+ *
143
+ * 2.3. Limitations on Grant Scope
144
+ *
145
+ * The licenses granted in this Section 2 are the only rights granted under this
146
+ * License. No additional rights or licenses will be implied from the distribution
147
+ * or licensing of Covered Software under this License. Notwithstanding Section
148
+ * 2.1(b) above, no patent license is granted by a Contributor:
149
+ *
150
+ * a. for any code that a Contributor has removed from Covered Software; or
151
+ *
152
+ * b. for infringements caused by: (i) Your and any other third party’s
153
+ * modifications of Covered Software, or (ii) the combination of its
154
+ * Contributions with other software (except as part of its Contributor
155
+ * Version); or
156
+ *
157
+ * c. under Patent Claims infringed by Covered Software in the absence of its
158
+ * Contributions.
159
+ *
160
+ * This License does not grant any rights in the trademarks, service marks, or
161
+ * logos of any Contributor (except as may be necessary to comply with the
162
+ * notice requirements in Section 3.4).
163
+ *
164
+ * 2.4. Subsequent Licenses
165
+ *
166
+ * No Contributor makes additional grants as a result of Your choice to
167
+ * distribute the Covered Software under a subsequent version of this License
168
+ * (see Section 10.2) or under the terms of a Secondary License (if permitted
169
+ * under the terms of Section 3.3).
170
+ *
171
+ * 2.5. Representation
172
+ *
173
+ * Each Contributor represents that the Contributor believes its Contributions
174
+ * are its original creation(s) or it has sufficient rights to grant the
175
+ * rights to its Contributions conveyed by this License.
176
+ *
177
+ * 2.6. Fair Use
178
+ *
179
+ * This License is not intended to limit any rights You have under applicable
180
+ * copyright doctrines of fair use, fair dealing, or other equivalents.
181
+ *
182
+ * 2.7. Conditions
183
+ *
184
+ * Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
185
+ * Section 2.1.
186
+ *
187
+ *
188
+ * 3. Responsibilities
189
+ *
190
+ * 3.1. Distribution of Source Form
191
+ *
192
+ * All distribution of Covered Software in Source Code Form, including any
193
+ * Modifications that You create or to which You contribute, must be under the
194
+ * terms of this License. You must inform recipients that the Source Code Form
195
+ * of the Covered Software is governed by the terms of this License, and how
196
+ * they can obtain a copy of this License. You may not attempt to alter or
197
+ * restrict the recipients’ rights in the Source Code Form.
198
+ *
199
+ * 3.2. Distribution of Executable Form
200
+ *
201
+ * If You distribute Covered Software in Executable Form then:
202
+ *
203
+ * a. such Covered Software must also be made available in Source Code Form,
204
+ * as described in Section 3.1, and You must inform recipients of the
205
+ * Executable Form how they can obtain a copy of such Source Code Form by
206
+ * reasonable means in a timely manner, at a charge no more than the cost
207
+ * of distribution to the recipient; and
208
+ *
209
+ * b. You may distribute such Executable Form under the terms of this License,
210
+ * or sublicense it under different terms, provided that the license for
211
+ * the Executable Form does not attempt to limit or alter the recipients’
212
+ * rights in the Source Code Form under this License.
213
+ *
214
+ * 3.3. Distribution of a Larger Work
215
+ *
216
+ * You may create and distribute a Larger Work under terms of Your choice,
217
+ * provided that You also comply with the requirements of this License for the
218
+ * Covered Software. If the Larger Work is a combination of Covered Software
219
+ * with a work governed by one or more Secondary Licenses, and the Covered
220
+ * Software is not Incompatible With Secondary Licenses, this License permits
221
+ * You to additionally distribute such Covered Software under the terms of
222
+ * such Secondary License(s), so that the recipient of the Larger Work may, at
223
+ * their option, further distribute the Covered Software under the terms of
224
+ * either this License or such Secondary License(s).
225
+ *
226
+ * 3.4. Notices
227
+ *
228
+ * You may not remove or alter the substance of any license notices (including
229
+ * copyright notices, patent notices, disclaimers of warranty, or limitations
230
+ * of liability) contained within the Source Code Form of the Covered
231
+ * Software, except that You may alter any license notices to the extent
232
+ * required to remedy known factual inaccuracies.
233
+ *
234
+ * 3.5. Application of Additional Terms
235
+ *
236
+ * You may choose to offer, and to charge a fee for, warranty, support,
237
+ * indemnity or liability obligations to one or more recipients of Covered
238
+ * Software. However, You may do so only on Your own behalf, and not on behalf
239
+ * of any Contributor. You must make it absolutely clear that any such
240
+ * warranty, support, indemnity, or liability obligation is offered by You
241
+ * alone, and You hereby agree to indemnify every Contributor for any
242
+ * liability incurred by such Contributor as a result of warranty, support,
243
+ * indemnity or liability terms You offer. You may include additional
244
+ * disclaimers of warranty and limitations of liability specific to any
245
+ * jurisdiction.
246
+ *
247
+ * 4. Inability to Comply Due to Statute or Regulation
248
+ *
249
+ * If it is impossible for You to comply with any of the terms of this License
250
+ * with respect to some or all of the Covered Software due to statute, judicial
251
+ * order, or regulation then You must: (a) comply with the terms of this License
252
+ * to the maximum extent possible; and (b) describe the limitations and the code
253
+ * they affect. Such description must be placed in a text file included with all
254
+ * distributions of the Covered Software under this License. Except to the
255
+ * extent prohibited by statute or regulation, such description must be
256
+ * sufficiently detailed for a recipient of ordinary skill to be able to
257
+ * understand it.
258
+ *
259
+ * 5. Termination
260
+ *
261
+ * 5.1. The rights granted under this License will terminate automatically if You
262
+ * fail to comply with any of its terms. However, if You become compliant,
263
+ * then the rights granted under this License from a particular Contributor
264
+ * are reinstated (a) provisionally, unless and until such Contributor
265
+ * explicitly and finally terminates Your grants, and (b) on an ongoing basis,
266
+ * if such Contributor fails to notify You of the non-compliance by some
267
+ * reasonable means prior to 60 days after You have come back into compliance.
268
+ * Moreover, Your grants from a particular Contributor are reinstated on an
269
+ * ongoing basis if such Contributor notifies You of the non-compliance by
270
+ * some reasonable means, this is the first time You have received notice of
271
+ * non-compliance with this License from such Contributor, and You become
272
+ * compliant prior to 30 days after Your receipt of the notice.
273
+ *
274
+ * 5.2. If You initiate litigation against any entity by asserting a patent
275
+ * infringement claim (excluding declaratory judgment actions, counter-claims,
276
+ * and cross-claims) alleging that a Contributor Version directly or
277
+ * indirectly infringes any patent, then the rights granted to You by any and
278
+ * all Contributors for the Covered Software under Section 2.1 of this License
279
+ * shall terminate.
280
+ *
281
+ * 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
282
+ * license agreements (excluding distributors and resellers) which have been
283
+ * validly granted by You or Your distributors under this License prior to
284
+ * termination shall survive termination.
285
+ *
286
+ * 6. Disclaimer of Warranty
287
+ *
288
+ * Covered Software is provided under this License on an “as is” basis, without
289
+ * warranty of any kind, either expressed, implied, or statutory, including,
290
+ * without limitation, warranties that the Covered Software is free of defects,
291
+ * merchantable, fit for a particular purpose or non-infringing. The entire
292
+ * risk as to the quality and performance of the Covered Software is with You.
293
+ * Should any Covered Software prove defective in any respect, You (not any
294
+ * Contributor) assume the cost of any necessary servicing, repair, or
295
+ * correction. This disclaimer of warranty constitutes an essential part of this
296
+ * License. No use of any Covered Software is authorized under this License
297
+ * except under this disclaimer.
298
+ *
299
+ * 7. Limitation of Liability
300
+ *
301
+ * Under no circumstances and under no legal theory, whether tort (including
302
+ * negligence), contract, or otherwise, shall any Contributor, or anyone who
303
+ * distributes Covered Software as permitted above, be liable to You for any
304
+ * direct, indirect, special, incidental, or consequential damages of any
305
+ * character including, without limitation, damages for lost profits, loss of
306
+ * goodwill, work stoppage, computer failure or malfunction, or any and all
307
+ * other commercial damages or losses, even if such party shall have been
308
+ * informed of the possibility of such damages. This limitation of liability
309
+ * shall not apply to liability for death or personal injury resulting from such
310
+ * party’s negligence to the extent applicable law prohibits such limitation.
311
+ * Some jurisdictions do not allow the exclusion or limitation of incidental or
312
+ * consequential damages, so this exclusion and limitation may not apply to You.
313
+ *
314
+ * 8. Litigation
315
+ *
316
+ * Any litigation relating to this License may be brought only in the courts of
317
+ * a jurisdiction where the defendant maintains its principal place of business
318
+ * and such litigation shall be governed by laws of that jurisdiction, without
319
+ * reference to its conflict-of-law provisions. Nothing in this Section shall
320
+ * prevent a party’s ability to bring cross-claims or counter-claims.
321
+ *
322
+ * 9. Miscellaneous
323
+ *
324
+ * This License represents the complete agreement concerning the subject matter
325
+ * hereof. If any provision of this License is held to be unenforceable, such
326
+ * provision shall be reformed only to the extent necessary to make it
327
+ * enforceable. Any law or regulation which provides that the language of a
328
+ * contract shall be construed against the drafter shall not be used to construe
329
+ * this License against a Contributor.
330
+ *
331
+ *
332
+ * 10. Versions of the License
333
+ *
334
+ * 10.1. New Versions
335
+ *
336
+ * Mozilla Foundation is the license steward. Except as provided in Section
337
+ * 10.3, no one other than the license steward has the right to modify or
338
+ * publish new versions of this License. Each version will be given a
339
+ * distinguishing version number.
340
+ *
341
+ * 10.2. Effect of New Versions
342
+ *
343
+ * You may distribute the Covered Software under the terms of the version of
344
+ * the License under which You originally received the Covered Software, or
345
+ * under the terms of any subsequent version published by the license
346
+ * steward.
347
+ *
348
+ * 10.3. Modified Versions
349
+ *
350
+ * If you create software not governed by this License, and you want to
351
+ * create a new license for such software, you may create and use a modified
352
+ * version of this License if you rename the license and remove any
353
+ * references to the name of the license steward (except to note that such
354
+ * modified license differs from this License).
355
+ *
356
+ * 10.4. Distributing Source Code Form that is Incompatible With Secondary Licenses
357
+ * If You choose to distribute Source Code Form that is Incompatible With
358
+ * Secondary Licenses under the terms of this version of the License, the
359
+ * notice described in Exhibit B of this License must be attached.
360
+ *
361
+ * Exhibit A - Source Code Form License Notice
362
+ *
363
+ * This Source Code Form is subject to the
364
+ * terms of the Mozilla Public License, v.
365
+ * 2.0. If a copy of the MPL was not
366
+ * distributed with this file, You can
367
+ * obtain one at
368
+ * http://mozilla.org/MPL/2.0/.
369
+ *
370
+ * If it is not possible or desirable to put the notice in a particular file, then
371
+ * You may include the notice in a location (such as a LICENSE file in a relevant
372
+ * directory) where a recipient would be likely to look for such a notice.
373
+ *
374
+ * You may add additional accurate notices of copyright ownership.
375
+ *
376
+ * Exhibit B - “Incompatible With Secondary Licenses” Notice
377
+ *
378
+ * This Source Code Form is “Incompatible
379
+ * With Secondary Licenses”, as defined by
380
+ * the Mozilla Public License, v. 2.0.
381
+ *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: terraform-binary-wheel
3
- Version: 1.9.a1
3
+ Version: 1.10.a1
4
4
  Summary: Python wrapper around invoking terraform (https://www.terraform.io/)
5
5
  Home-Page: https://github.com/c0m1c5an5/terraform-py
6
6
  Author: Maksym Kondratenko
@@ -0,0 +1,5 @@
1
+ terraform_binary_wheel-1.10.a1.data/scripts/terraform,sha256=csE1Z_h5yf6ohfHpSHc0_Duv8b5_hplVXJ0MmjyLQw0,67665079
2
+ terraform_binary_wheel-1.10.a1.dist-info/LICENSE,sha256=dwmBlVDc6i5BrBhW-P-Fywm6Jt0H-bvDj1bVcceynkY,18228
3
+ terraform_binary_wheel-1.10.a1.dist-info/WHEEL,sha256=0ZVT5MNCUGeKPVdmWwrxj8QUiku1INa8osHdCJR3DyI,178
4
+ terraform_binary_wheel-1.10.a1.dist-info/METADATA,sha256=nftyn1nsyfyjGy-MDlsI1dgIJBI01WNvpuxgMqN3TvA,1322
5
+ terraform_binary_wheel-1.10.a1.dist-info/RECORD,,
@@ -1,118 +0,0 @@
1
- Copyright (c) 2024 Maksym Kondratenko
2
-
3
- Redistribution and use in source and binary forms, with or without modification, are permitted
4
- provided that the following conditions are met:
5
-
6
- 1. Redistributions of source code must retain the above copyright notice, this list of
7
- conditions and the following disclaimer.
8
-
9
- 2. Redistributions in binary form must reproduce the above copyright notice, this list of
10
- conditions and the following disclaimer in the documentation and/or other materials provided
11
- with the distribution.
12
-
13
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
14
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
15
- FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
16
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
17
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
18
- DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
19
- IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
20
- THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
21
-
22
- The binary distribution of this software includes HashiCorp’s Terraform Community software subject to
23
- Business Source License included below:
24
-
25
- *
26
- * License text copyright (c) 2020 MariaDB Corporation Ab, All Rights Reserved.
27
- * "Business Source License" is a trademark of MariaDB Corporation Ab.
28
- *
29
- * Parameters
30
- *
31
- * Licensor: HashiCorp, Inc.
32
- * Licensed Work: Terraform Version 1.6.0 or later. The Licensed Work is (c) 2024
33
- * HashiCorp, Inc.
34
- * Additional Use Grant: You may make production use of the Licensed Work, provided
35
- * Your use does not include offering the Licensed Work to third
36
- * parties on a hosted or embedded basis in order to compete with
37
- * HashiCorp's paid version(s) of the Licensed Work. For purposes
38
- * of this license:
39
- *
40
- * A "competitive offering" is a Product that is offered to third
41
- * parties on a paid basis, including through paid support
42
- * arrangements, that significantly overlaps with the capabilities
43
- * of HashiCorp's paid version(s) of the Licensed Work. If Your
44
- * Product is not a competitive offering when You first make it
45
- * generally available, it will not become a competitive offering
46
- * later due to HashiCorp releasing a new version of the Licensed
47
- * Work with additional capabilities. In addition, Products that
48
- * are not provided on a paid basis are not competitive.
49
- *
50
- * "Product" means software that is offered to end users to manage
51
- * in their own environments or offered as a service on a hosted
52
- * basis.
53
- *
54
- * "Embedded" means including the source code or executable code
55
- * from the Licensed Work in a competitive offering. "Embedded"
56
- * also means packaging the competitive offering in such a way
57
- * that the Licensed Work must be accessed or downloaded for the
58
- * competitive offering to operate.
59
- *
60
- * Hosting or using the Licensed Work(s) for internal purposes
61
- * within an organization is not considered a competitive
62
- * offering. HashiCorp considers your organization to include all
63
- * of your affiliates under common control.
64
- *
65
- * For binding interpretive guidance on using HashiCorp products
66
- * under the Business Source License, please visit our FAQ.
67
- * (https://www.hashicorp.com/license-faq)
68
- * Change Date: Four years from the date the Licensed Work is published.
69
- * Change License: MPL 2.0
70
- *
71
- * For information about alternative licensing arrangements for the Licensed Work,
72
- * please contact licensing@hashicorp.com.
73
- *
74
- * Notice
75
- *
76
- * Business Source License 1.1
77
- *
78
- * Terms
79
- *
80
- * The Licensor hereby grants you the right to copy, modify, create derivative
81
- * works, redistribute, and make non-production use of the Licensed Work. The
82
- * Licensor may make an Additional Use Grant, above, permitting limited production use.
83
- *
84
- * Effective on the Change Date, or the fourth anniversary of the first publicly
85
- * available distribution of a specific version of the Licensed Work under this
86
- * License, whichever comes first, the Licensor hereby grants you rights under
87
- * the terms of the Change License, and the rights granted in the paragraph
88
- * above terminate.
89
- *
90
- * If your use of the Licensed Work does not comply with the requirements
91
- * currently in effect as described in this License, you must purchase a
92
- * commercial license from the Licensor, its affiliated entities, or authorized
93
- * resellers, or you must refrain from using the Licensed Work.
94
- *
95
- * All copies of the original and modified Licensed Work, and derivative works
96
- * of the Licensed Work, are subject to this License. This License applies
97
- * separately for each version of the Licensed Work and the Change Date may vary
98
- * for each version of the Licensed Work released by Licensor.
99
- *
100
- * You must conspicuously display this License on each original or modified copy
101
- * of the Licensed Work. If you receive the Licensed Work in original or
102
- * modified form from a third party, the terms and conditions set forth in this
103
- * License apply to your use of that work.
104
- *
105
- * Any use of the Licensed Work in violation of this License will automatically
106
- * terminate your rights under this License for the current and all other
107
- * versions of the Licensed Work.
108
- *
109
- * This License does not grant you any right in any trademark or logo of
110
- * Licensor or its affiliates (provided that you may use a trademark or logo of
111
- * Licensor as expressly required by this License).
112
- *
113
- * TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
114
- * AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
115
- * EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
116
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
117
- * TITLE.
118
- *
@@ -1,5 +0,0 @@
1
- terraform_binary_wheel-1.9.a1.dist-info/LICENSE,sha256=Xfz-q6gOePFtRiwTJBockKR8TNmwsjljDPX8agtBGpM,6614
2
- terraform_binary_wheel-1.9.a1.dist-info/WHEEL,sha256=0ZVT5MNCUGeKPVdmWwrxj8QUiku1INa8osHdCJR3DyI,178
3
- terraform_binary_wheel-1.9.a1.dist-info/METADATA,sha256=8yFkn65L_662Evhl697yVje-n7cFxqznnDAe9opRI3Q,1321
4
- terraform_binary_wheel-1.9.a1.data/scripts/terraform,sha256=lysDQBQAXsLJ1wev9zELBZNTuS3qeFvYtJO0LCjYybA,83165336
5
- terraform_binary_wheel-1.9.a1.dist-info/RECORD,,