cdktn 0.24.0.dev91__tar.gz → 0.24.0.dev92__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdktn
3
- Version: 0.24.0.dev91
3
+ Version: 0.24.0.dev92
4
4
  Summary: Cloud Development Kit for Terraform
5
5
  Home-page: https://github.com/open-constructs/cdk-terrain
6
6
  Author: OpenConstructs
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cdktn",
8
- "version": "0.24.0.dev91",
8
+ "version": "0.24.0.dev92",
9
9
  "description": "Cloud Development Kit for Terraform",
10
10
  "license": "MPL-2.0",
11
11
  "url": "https://github.com/open-constructs/cdk-terrain",
@@ -27,7 +27,7 @@ kwargs = json.loads(
27
27
  ],
28
28
  "package_data": {
29
29
  "cdktn._jsii": [
30
- "cdktn@0.24.0-pre.91.jsii.tgz"
30
+ "cdktn@0.24.0-pre.92.jsii.tgz"
31
31
  ],
32
32
  "cdktn": [
33
33
  "py.typed"
@@ -15353,7 +15353,7 @@ class TerraformResource(
15353
15353
  def move_from_id(self, id: builtins.str) -> None:
15354
15354
  '''(experimental) Move the resource corresponding to "id" to this resource.
15355
15355
 
15356
- Note that the resource being moved from must be marked as moved using it's instance function.
15356
+ Note that the resource being moved from must be marked as moved using its instance function.
15357
15357
 
15358
15358
  :param id: Full id of resource being moved from, e.g. "aws_s3_bucket.example".
15359
15359
 
@@ -31,7 +31,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
31
31
  import constructs._jsii
32
32
 
33
33
  __jsii_assembly__ = jsii.JSIIAssembly.load(
34
- "cdktn", "0.24.0-pre.91", __name__[0:-6], "cdktn@0.24.0-pre.91.jsii.tgz"
34
+ "cdktn", "0.24.0-pre.92", __name__[0:-6], "cdktn@0.24.0-pre.92.jsii.tgz"
35
35
  )
36
36
 
37
37
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cdktn
3
- Version: 0.24.0.dev91
3
+ Version: 0.24.0.dev92
4
4
  Summary: Cloud Development Kit for Terraform
5
5
  Home-page: https://github.com/open-constructs/cdk-terrain
6
6
  Author: OpenConstructs
@@ -11,5 +11,5 @@ src/cdktn.egg-info/dependency_links.txt
11
11
  src/cdktn.egg-info/requires.txt
12
12
  src/cdktn.egg-info/top_level.txt
13
13
  src/cdktn/_jsii/__init__.py
14
- src/cdktn/_jsii/cdktn@0.24.0-pre.91.jsii.tgz
14
+ src/cdktn/_jsii/cdktn@0.24.0-pre.92.jsii.tgz
15
15
  src/cdktn/testing_matchers/__init__.py
File without changes
File without changes
File without changes
File without changes