@cdktf-providers/aptible 0.9.18 → 0.9.19
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/README.md +3 -3
- package/dist/app/index.d.ts +64 -55
- package/dist/app/index.js +34 -6
- package/dist/data-aptible-backup-retention-policy/index.d.ts +5 -5
- package/dist/data-aptible-backup-retention-policy/index.js +6 -6
- package/dist/data-aptible-environment/index.d.ts +5 -5
- package/dist/data-aptible-environment/index.js +6 -6
- package/dist/data-aptible-stack/index.d.ts +5 -5
- package/dist/data-aptible-stack/index.js +6 -6
- package/dist/database/index.d.ts +13 -13
- package/dist/database/index.js +6 -6
- package/dist/endpoint/index.d.ts +19 -19
- package/dist/endpoint/index.js +6 -6
- package/dist/environment/index.d.ts +13 -13
- package/dist/environment/index.js +6 -6
- package/dist/log-drain/index.d.ts +21 -21
- package/dist/log-drain/index.js +6 -6
- package/dist/metric-drain/index.d.ts +16 -16
- package/dist/metric-drain/index.js +6 -6
- package/dist/provider/index.d.ts +4 -4
- package/dist/provider/index.js +6 -6
- package/dist/replica/index.d.ts +12 -12
- package/dist/replica/index.js +6 -6
- package/package.json +2 -2
|
@@ -2,11 +2,11 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAptibleEnvironmentConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/environment#handle DataAptibleEnvironment#handle}
|
|
6
6
|
*/
|
|
7
7
|
readonly handle: string;
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/environment#id DataAptibleEnvironment#id}
|
|
10
10
|
*
|
|
11
11
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
12
12
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
@@ -14,7 +14,7 @@ export interface DataAptibleEnvironmentConfig extends cdktf.TerraformMetaArgumen
|
|
|
14
14
|
readonly id?: string;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
17
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/environment aptible_environment}
|
|
18
18
|
*/
|
|
19
19
|
export declare class DataAptibleEnvironment extends cdktf.TerraformDataSource {
|
|
20
20
|
static readonly tfResourceType = "aptible_environment";
|
|
@@ -22,12 +22,12 @@ export declare class DataAptibleEnvironment extends cdktf.TerraformDataSource {
|
|
|
22
22
|
* Generates CDKTF code for importing a DataAptibleEnvironment resource upon running "cdktf plan <stack-name>"
|
|
23
23
|
* @param scope The scope in which to define this construct
|
|
24
24
|
* @param importToId The construct id used in the generated config for the DataAptibleEnvironment to import
|
|
25
|
-
* @param importFromId The id of the existing DataAptibleEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
25
|
+
* @param importFromId The id of the existing DataAptibleEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/environment#import import section} in the documentation of this resource for the id to use
|
|
26
26
|
* @param provider? Optional instance of the provider where the DataAptibleEnvironment to import is found
|
|
27
27
|
*/
|
|
28
28
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
29
29
|
/**
|
|
30
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
30
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/environment aptible_environment} Data Source
|
|
31
31
|
*
|
|
32
32
|
* @param scope The scope in which to define this construct
|
|
33
33
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
1
|
+
// https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/environment
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
/**
|
|
5
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/environment aptible_environment}
|
|
6
6
|
*/
|
|
7
7
|
export class DataAptibleEnvironment extends cdktf.TerraformDataSource {
|
|
8
8
|
// =================
|
|
@@ -16,7 +16,7 @@ export class DataAptibleEnvironment extends cdktf.TerraformDataSource {
|
|
|
16
16
|
* Generates CDKTF code for importing a DataAptibleEnvironment resource upon running "cdktf plan <stack-name>"
|
|
17
17
|
* @param scope The scope in which to define this construct
|
|
18
18
|
* @param importToId The construct id used in the generated config for the DataAptibleEnvironment to import
|
|
19
|
-
* @param importFromId The id of the existing DataAptibleEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
19
|
+
* @param importFromId The id of the existing DataAptibleEnvironment that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/environment#import import section} in the documentation of this resource for the id to use
|
|
20
20
|
* @param provider? Optional instance of the provider where the DataAptibleEnvironment to import is found
|
|
21
21
|
*/
|
|
22
22
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -26,7 +26,7 @@ export class DataAptibleEnvironment extends cdktf.TerraformDataSource {
|
|
|
26
26
|
// INITIALIZER
|
|
27
27
|
// ===========
|
|
28
28
|
/**
|
|
29
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/environment aptible_environment} Data Source
|
|
30
30
|
*
|
|
31
31
|
* @param scope The scope in which to define this construct
|
|
32
32
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -37,8 +37,8 @@ export class DataAptibleEnvironment extends cdktf.TerraformDataSource {
|
|
|
37
37
|
terraformResourceType: 'aptible_environment',
|
|
38
38
|
terraformGeneratorMetadata: {
|
|
39
39
|
providerName: 'aptible',
|
|
40
|
-
providerVersion: '0.9.
|
|
41
|
-
providerVersionConstraint: '0.9.
|
|
40
|
+
providerVersion: '0.9.19',
|
|
41
|
+
providerVersionConstraint: '0.9.19'
|
|
42
42
|
},
|
|
43
43
|
provider: config.provider,
|
|
44
44
|
dependsOn: config.dependsOn,
|
|
@@ -2,19 +2,19 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DataAptibleStackConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/stack#id DataAptibleStack#id}
|
|
6
6
|
*
|
|
7
7
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
8
8
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
9
9
|
*/
|
|
10
10
|
readonly id?: string;
|
|
11
11
|
/**
|
|
12
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
12
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/stack#name DataAptibleStack#name}
|
|
13
13
|
*/
|
|
14
14
|
readonly name: string;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
17
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/stack aptible_stack}
|
|
18
18
|
*/
|
|
19
19
|
export declare class DataAptibleStack extends cdktf.TerraformDataSource {
|
|
20
20
|
static readonly tfResourceType = "aptible_stack";
|
|
@@ -22,12 +22,12 @@ export declare class DataAptibleStack extends cdktf.TerraformDataSource {
|
|
|
22
22
|
* Generates CDKTF code for importing a DataAptibleStack resource upon running "cdktf plan <stack-name>"
|
|
23
23
|
* @param scope The scope in which to define this construct
|
|
24
24
|
* @param importToId The construct id used in the generated config for the DataAptibleStack to import
|
|
25
|
-
* @param importFromId The id of the existing DataAptibleStack that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
25
|
+
* @param importFromId The id of the existing DataAptibleStack that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/stack#import import section} in the documentation of this resource for the id to use
|
|
26
26
|
* @param provider? Optional instance of the provider where the DataAptibleStack to import is found
|
|
27
27
|
*/
|
|
28
28
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
29
29
|
/**
|
|
30
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
30
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/stack aptible_stack} Data Source
|
|
31
31
|
*
|
|
32
32
|
* @param scope The scope in which to define this construct
|
|
33
33
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
1
|
+
// https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/stack
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
/**
|
|
5
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/stack aptible_stack}
|
|
6
6
|
*/
|
|
7
7
|
export class DataAptibleStack extends cdktf.TerraformDataSource {
|
|
8
8
|
// =================
|
|
@@ -16,7 +16,7 @@ export class DataAptibleStack extends cdktf.TerraformDataSource {
|
|
|
16
16
|
* Generates CDKTF code for importing a DataAptibleStack resource upon running "cdktf plan <stack-name>"
|
|
17
17
|
* @param scope The scope in which to define this construct
|
|
18
18
|
* @param importToId The construct id used in the generated config for the DataAptibleStack to import
|
|
19
|
-
* @param importFromId The id of the existing DataAptibleStack that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
19
|
+
* @param importFromId The id of the existing DataAptibleStack that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/stack#import import section} in the documentation of this resource for the id to use
|
|
20
20
|
* @param provider? Optional instance of the provider where the DataAptibleStack to import is found
|
|
21
21
|
*/
|
|
22
22
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -26,7 +26,7 @@ export class DataAptibleStack extends cdktf.TerraformDataSource {
|
|
|
26
26
|
// INITIALIZER
|
|
27
27
|
// ===========
|
|
28
28
|
/**
|
|
29
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/data-sources/stack aptible_stack} Data Source
|
|
30
30
|
*
|
|
31
31
|
* @param scope The scope in which to define this construct
|
|
32
32
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -37,8 +37,8 @@ export class DataAptibleStack extends cdktf.TerraformDataSource {
|
|
|
37
37
|
terraformResourceType: 'aptible_stack',
|
|
38
38
|
terraformGeneratorMetadata: {
|
|
39
39
|
providerName: 'aptible',
|
|
40
|
-
providerVersion: '0.9.
|
|
41
|
-
providerVersionConstraint: '0.9.
|
|
40
|
+
providerVersion: '0.9.19',
|
|
41
|
+
providerVersionConstraint: '0.9.19'
|
|
42
42
|
},
|
|
43
43
|
provider: config.provider,
|
|
44
44
|
dependsOn: config.dependsOn,
|
package/dist/database/index.d.ts
CHANGED
|
@@ -2,51 +2,51 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface DatabaseConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#container_profile Database#container_profile}
|
|
6
6
|
*/
|
|
7
7
|
readonly containerProfile?: string;
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#container_size Database#container_size}
|
|
10
10
|
*/
|
|
11
11
|
readonly containerSize?: number;
|
|
12
12
|
/**
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#database_type Database#database_type}
|
|
14
14
|
*/
|
|
15
15
|
readonly databaseType?: string;
|
|
16
16
|
/**
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#disk_size Database#disk_size}
|
|
18
18
|
*/
|
|
19
19
|
readonly diskSize?: number;
|
|
20
20
|
/**
|
|
21
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
21
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#enable_backups Database#enable_backups}
|
|
22
22
|
*/
|
|
23
23
|
readonly enableBackups?: boolean | cdktf.IResolvable;
|
|
24
24
|
/**
|
|
25
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#env_id Database#env_id}
|
|
26
26
|
*/
|
|
27
27
|
readonly envId: number;
|
|
28
28
|
/**
|
|
29
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#handle Database#handle}
|
|
30
30
|
*/
|
|
31
31
|
readonly handle: string;
|
|
32
32
|
/**
|
|
33
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
33
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#id Database#id}
|
|
34
34
|
*
|
|
35
35
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
36
36
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
37
37
|
*/
|
|
38
38
|
readonly id?: string;
|
|
39
39
|
/**
|
|
40
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
40
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#iops Database#iops}
|
|
41
41
|
*/
|
|
42
42
|
readonly iops?: number;
|
|
43
43
|
/**
|
|
44
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
44
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#version Database#version}
|
|
45
45
|
*/
|
|
46
46
|
readonly version?: string;
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
49
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database aptible_database}
|
|
50
50
|
*/
|
|
51
51
|
export declare class Database extends cdktf.TerraformResource {
|
|
52
52
|
static readonly tfResourceType = "aptible_database";
|
|
@@ -54,12 +54,12 @@ export declare class Database extends cdktf.TerraformResource {
|
|
|
54
54
|
* Generates CDKTF code for importing a Database resource upon running "cdktf plan <stack-name>"
|
|
55
55
|
* @param scope The scope in which to define this construct
|
|
56
56
|
* @param importToId The construct id used in the generated config for the Database to import
|
|
57
|
-
* @param importFromId The id of the existing Database that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
57
|
+
* @param importFromId The id of the existing Database that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#import import section} in the documentation of this resource for the id to use
|
|
58
58
|
* @param provider? Optional instance of the provider where the Database to import is found
|
|
59
59
|
*/
|
|
60
60
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
61
61
|
/**
|
|
62
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
62
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database aptible_database} Resource
|
|
63
63
|
*
|
|
64
64
|
* @param scope The scope in which to define this construct
|
|
65
65
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
package/dist/database/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
1
|
+
// https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
/**
|
|
5
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database aptible_database}
|
|
6
6
|
*/
|
|
7
7
|
export class Database extends cdktf.TerraformResource {
|
|
8
8
|
// =================
|
|
@@ -16,7 +16,7 @@ export class Database extends cdktf.TerraformResource {
|
|
|
16
16
|
* Generates CDKTF code for importing a Database resource upon running "cdktf plan <stack-name>"
|
|
17
17
|
* @param scope The scope in which to define this construct
|
|
18
18
|
* @param importToId The construct id used in the generated config for the Database to import
|
|
19
|
-
* @param importFromId The id of the existing Database that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
19
|
+
* @param importFromId The id of the existing Database that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database#import import section} in the documentation of this resource for the id to use
|
|
20
20
|
* @param provider? Optional instance of the provider where the Database to import is found
|
|
21
21
|
*/
|
|
22
22
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -26,7 +26,7 @@ export class Database extends cdktf.TerraformResource {
|
|
|
26
26
|
// INITIALIZER
|
|
27
27
|
// ===========
|
|
28
28
|
/**
|
|
29
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/database aptible_database} Resource
|
|
30
30
|
*
|
|
31
31
|
* @param scope The scope in which to define this construct
|
|
32
32
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -37,8 +37,8 @@ export class Database extends cdktf.TerraformResource {
|
|
|
37
37
|
terraformResourceType: 'aptible_database',
|
|
38
38
|
terraformGeneratorMetadata: {
|
|
39
39
|
providerName: 'aptible',
|
|
40
|
-
providerVersion: '0.9.
|
|
41
|
-
providerVersionConstraint: '0.9.
|
|
40
|
+
providerVersion: '0.9.19',
|
|
41
|
+
providerVersionConstraint: '0.9.19'
|
|
42
42
|
},
|
|
43
43
|
provider: config.provider,
|
|
44
44
|
dependsOn: config.dependsOn,
|
package/dist/endpoint/index.d.ts
CHANGED
|
@@ -2,75 +2,75 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface EndpointConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#container_port Endpoint#container_port}
|
|
6
6
|
*/
|
|
7
7
|
readonly containerPort?: number;
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#container_ports Endpoint#container_ports}
|
|
10
10
|
*/
|
|
11
11
|
readonly containerPorts?: number[];
|
|
12
12
|
/**
|
|
13
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
13
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#default_domain Endpoint#default_domain}
|
|
14
14
|
*/
|
|
15
15
|
readonly defaultDomain?: boolean | cdktf.IResolvable;
|
|
16
16
|
/**
|
|
17
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
17
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#domain Endpoint#domain}
|
|
18
18
|
*/
|
|
19
19
|
readonly domain?: string;
|
|
20
20
|
/**
|
|
21
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
21
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#endpoint_type Endpoint#endpoint_type}
|
|
22
22
|
*/
|
|
23
23
|
readonly endpointType?: string;
|
|
24
24
|
/**
|
|
25
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
25
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#env_id Endpoint#env_id}
|
|
26
26
|
*/
|
|
27
27
|
readonly envId: number;
|
|
28
28
|
/**
|
|
29
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#id Endpoint#id}
|
|
30
30
|
*
|
|
31
31
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
32
32
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
33
33
|
*/
|
|
34
34
|
readonly id?: string;
|
|
35
35
|
/**
|
|
36
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
36
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#internal Endpoint#internal}
|
|
37
37
|
*/
|
|
38
38
|
readonly internal?: boolean | cdktf.IResolvable;
|
|
39
39
|
/**
|
|
40
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
40
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#ip_filtering Endpoint#ip_filtering}
|
|
41
41
|
*/
|
|
42
42
|
readonly ipFiltering?: string[];
|
|
43
43
|
/**
|
|
44
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
44
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#load_balancing_algorithm_type Endpoint#load_balancing_algorithm_type}
|
|
45
45
|
*/
|
|
46
46
|
readonly loadBalancingAlgorithmType?: string;
|
|
47
47
|
/**
|
|
48
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
48
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#managed Endpoint#managed}
|
|
49
49
|
*/
|
|
50
50
|
readonly managed?: boolean | cdktf.IResolvable;
|
|
51
51
|
/**
|
|
52
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
52
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#platform Endpoint#platform}
|
|
53
53
|
*/
|
|
54
54
|
readonly platform?: string;
|
|
55
55
|
/**
|
|
56
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
56
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#process_type Endpoint#process_type}
|
|
57
57
|
*/
|
|
58
58
|
readonly processType?: string;
|
|
59
59
|
/**
|
|
60
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
60
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#resource_id Endpoint#resource_id}
|
|
61
61
|
*/
|
|
62
62
|
readonly resourceId: number;
|
|
63
63
|
/**
|
|
64
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
64
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#resource_type Endpoint#resource_type}
|
|
65
65
|
*/
|
|
66
66
|
readonly resourceType: string;
|
|
67
67
|
/**
|
|
68
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
68
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#shared Endpoint#shared}
|
|
69
69
|
*/
|
|
70
70
|
readonly shared?: boolean | cdktf.IResolvable;
|
|
71
71
|
}
|
|
72
72
|
/**
|
|
73
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
73
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint aptible_endpoint}
|
|
74
74
|
*/
|
|
75
75
|
export declare class Endpoint extends cdktf.TerraformResource {
|
|
76
76
|
static readonly tfResourceType = "aptible_endpoint";
|
|
@@ -78,12 +78,12 @@ export declare class Endpoint extends cdktf.TerraformResource {
|
|
|
78
78
|
* Generates CDKTF code for importing a Endpoint resource upon running "cdktf plan <stack-name>"
|
|
79
79
|
* @param scope The scope in which to define this construct
|
|
80
80
|
* @param importToId The construct id used in the generated config for the Endpoint to import
|
|
81
|
-
* @param importFromId The id of the existing Endpoint that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
81
|
+
* @param importFromId The id of the existing Endpoint that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#import import section} in the documentation of this resource for the id to use
|
|
82
82
|
* @param provider? Optional instance of the provider where the Endpoint to import is found
|
|
83
83
|
*/
|
|
84
84
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
85
85
|
/**
|
|
86
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
86
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint aptible_endpoint} Resource
|
|
87
87
|
*
|
|
88
88
|
* @param scope The scope in which to define this construct
|
|
89
89
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
package/dist/endpoint/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
1
|
+
// https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
/**
|
|
5
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint aptible_endpoint}
|
|
6
6
|
*/
|
|
7
7
|
export class Endpoint extends cdktf.TerraformResource {
|
|
8
8
|
// =================
|
|
@@ -16,7 +16,7 @@ export class Endpoint extends cdktf.TerraformResource {
|
|
|
16
16
|
* Generates CDKTF code for importing a Endpoint resource upon running "cdktf plan <stack-name>"
|
|
17
17
|
* @param scope The scope in which to define this construct
|
|
18
18
|
* @param importToId The construct id used in the generated config for the Endpoint to import
|
|
19
|
-
* @param importFromId The id of the existing Endpoint that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
19
|
+
* @param importFromId The id of the existing Endpoint that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint#import import section} in the documentation of this resource for the id to use
|
|
20
20
|
* @param provider? Optional instance of the provider where the Endpoint to import is found
|
|
21
21
|
*/
|
|
22
22
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -26,7 +26,7 @@ export class Endpoint extends cdktf.TerraformResource {
|
|
|
26
26
|
// INITIALIZER
|
|
27
27
|
// ===========
|
|
28
28
|
/**
|
|
29
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
29
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/endpoint aptible_endpoint} Resource
|
|
30
30
|
*
|
|
31
31
|
* @param scope The scope in which to define this construct
|
|
32
32
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -37,8 +37,8 @@ export class Endpoint extends cdktf.TerraformResource {
|
|
|
37
37
|
terraformResourceType: 'aptible_endpoint',
|
|
38
38
|
terraformGeneratorMetadata: {
|
|
39
39
|
providerName: 'aptible',
|
|
40
|
-
providerVersion: '0.9.
|
|
41
|
-
providerVersionConstraint: '0.9.
|
|
40
|
+
providerVersion: '0.9.19',
|
|
41
|
+
providerVersionConstraint: '0.9.19'
|
|
42
42
|
},
|
|
43
43
|
provider: config.provider,
|
|
44
44
|
dependsOn: config.dependsOn,
|
|
@@ -2,50 +2,50 @@ import { Construct } from 'constructs';
|
|
|
2
2
|
import * as cdktf from 'cdktf';
|
|
3
3
|
export interface EnvironmentConfig extends cdktf.TerraformMetaArguments {
|
|
4
4
|
/**
|
|
5
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
5
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#handle Environment#handle}
|
|
6
6
|
*/
|
|
7
7
|
readonly handle: string;
|
|
8
8
|
/**
|
|
9
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
9
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#id Environment#id}
|
|
10
10
|
*
|
|
11
11
|
* Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2.
|
|
12
12
|
* If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
|
|
13
13
|
*/
|
|
14
14
|
readonly id?: string;
|
|
15
15
|
/**
|
|
16
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
16
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#org_id Environment#org_id}
|
|
17
17
|
*/
|
|
18
18
|
readonly orgId?: string;
|
|
19
19
|
/**
|
|
20
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
20
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#stack_id Environment#stack_id}
|
|
21
21
|
*/
|
|
22
22
|
readonly stackId: number;
|
|
23
23
|
/**
|
|
24
24
|
* backup_retention_policy block
|
|
25
25
|
*
|
|
26
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
26
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#backup_retention_policy Environment#backup_retention_policy}
|
|
27
27
|
*/
|
|
28
28
|
readonly backupRetentionPolicy?: EnvironmentBackupRetentionPolicy[] | cdktf.IResolvable;
|
|
29
29
|
}
|
|
30
30
|
export interface EnvironmentBackupRetentionPolicy {
|
|
31
31
|
/**
|
|
32
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
32
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#daily Environment#daily}
|
|
33
33
|
*/
|
|
34
34
|
readonly daily: number;
|
|
35
35
|
/**
|
|
36
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
36
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#keep_final Environment#keep_final}
|
|
37
37
|
*/
|
|
38
38
|
readonly keepFinal: boolean | cdktf.IResolvable;
|
|
39
39
|
/**
|
|
40
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
40
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#make_copy Environment#make_copy}
|
|
41
41
|
*/
|
|
42
42
|
readonly makeCopy: boolean | cdktf.IResolvable;
|
|
43
43
|
/**
|
|
44
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
44
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#monthly Environment#monthly}
|
|
45
45
|
*/
|
|
46
46
|
readonly monthly: number;
|
|
47
47
|
/**
|
|
48
|
-
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
48
|
+
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#yearly Environment#yearly}
|
|
49
49
|
*/
|
|
50
50
|
readonly yearly: number;
|
|
51
51
|
}
|
|
@@ -101,7 +101,7 @@ export declare class EnvironmentBackupRetentionPolicyList extends cdktf.ComplexL
|
|
|
101
101
|
get(index: number): EnvironmentBackupRetentionPolicyOutputReference;
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
104
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment aptible_environment}
|
|
105
105
|
*/
|
|
106
106
|
export declare class Environment extends cdktf.TerraformResource {
|
|
107
107
|
static readonly tfResourceType = "aptible_environment";
|
|
@@ -109,12 +109,12 @@ export declare class Environment extends cdktf.TerraformResource {
|
|
|
109
109
|
* Generates CDKTF code for importing a Environment resource upon running "cdktf plan <stack-name>"
|
|
110
110
|
* @param scope The scope in which to define this construct
|
|
111
111
|
* @param importToId The construct id used in the generated config for the Environment to import
|
|
112
|
-
* @param importFromId The id of the existing Environment that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
112
|
+
* @param importFromId The id of the existing Environment that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#import import section} in the documentation of this resource for the id to use
|
|
113
113
|
* @param provider? Optional instance of the provider where the Environment to import is found
|
|
114
114
|
*/
|
|
115
115
|
static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any;
|
|
116
116
|
/**
|
|
117
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
117
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment aptible_environment} Resource
|
|
118
118
|
*
|
|
119
119
|
* @param scope The scope in which to define this construct
|
|
120
120
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
1
|
+
// https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment
|
|
2
2
|
// generated from terraform resource schema
|
|
3
3
|
import * as cdktf from 'cdktf';
|
|
4
4
|
export function environmentBackupRetentionPolicyToTerraform(struct) {
|
|
@@ -207,7 +207,7 @@ export class EnvironmentBackupRetentionPolicyList extends cdktf.ComplexList {
|
|
|
207
207
|
}
|
|
208
208
|
}
|
|
209
209
|
/**
|
|
210
|
-
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
210
|
+
* Represents a {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment aptible_environment}
|
|
211
211
|
*/
|
|
212
212
|
export class Environment extends cdktf.TerraformResource {
|
|
213
213
|
// =================
|
|
@@ -221,7 +221,7 @@ export class Environment extends cdktf.TerraformResource {
|
|
|
221
221
|
* Generates CDKTF code for importing a Environment resource upon running "cdktf plan <stack-name>"
|
|
222
222
|
* @param scope The scope in which to define this construct
|
|
223
223
|
* @param importToId The construct id used in the generated config for the Environment to import
|
|
224
|
-
* @param importFromId The id of the existing Environment that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
224
|
+
* @param importFromId The id of the existing Environment that should be imported. Refer to the {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment#import import section} in the documentation of this resource for the id to use
|
|
225
225
|
* @param provider? Optional instance of the provider where the Environment to import is found
|
|
226
226
|
*/
|
|
227
227
|
static generateConfigForImport(scope, importToId, importFromId, provider) {
|
|
@@ -231,7 +231,7 @@ export class Environment extends cdktf.TerraformResource {
|
|
|
231
231
|
// INITIALIZER
|
|
232
232
|
// ===========
|
|
233
233
|
/**
|
|
234
|
-
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.
|
|
234
|
+
* Create a new {@link https://registry.terraform.io/providers/aptible/aptible/0.9.19/docs/resources/environment aptible_environment} Resource
|
|
235
235
|
*
|
|
236
236
|
* @param scope The scope in which to define this construct
|
|
237
237
|
* @param id The scoped construct ID. Must be unique amongst siblings in the same scope
|
|
@@ -242,8 +242,8 @@ export class Environment extends cdktf.TerraformResource {
|
|
|
242
242
|
terraformResourceType: 'aptible_environment',
|
|
243
243
|
terraformGeneratorMetadata: {
|
|
244
244
|
providerName: 'aptible',
|
|
245
|
-
providerVersion: '0.9.
|
|
246
|
-
providerVersionConstraint: '0.9.
|
|
245
|
+
providerVersion: '0.9.19',
|
|
246
|
+
providerVersionConstraint: '0.9.19'
|
|
247
247
|
},
|
|
248
248
|
provider: config.provider,
|
|
249
249
|
dependsOn: config.dependsOn,
|