@cdktf/provider-acme 11.0.0 → 11.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,118 +6,118 @@ import { Construct } from 'constructs';
6
6
  import * as cdktf from 'cdktf';
7
7
  export interface CertificateConfig extends cdktf.TerraformMetaArguments {
8
8
  /**
9
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#account_key_pem Certificate#account_key_pem}
9
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#account_key_pem Certificate#account_key_pem}
10
10
  */
11
11
  readonly accountKeyPem: string;
12
12
  /**
13
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#cert_timeout Certificate#cert_timeout}
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#cert_timeout Certificate#cert_timeout}
14
14
  */
15
15
  readonly certTimeout?: number;
16
16
  /**
17
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}
17
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#certificate_p12_password Certificate#certificate_p12_password}
18
18
  */
19
19
  readonly certificateP12Password?: string;
20
20
  /**
21
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}
21
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#certificate_request_pem Certificate#certificate_request_pem}
22
22
  */
23
23
  readonly certificateRequestPem?: string;
24
24
  /**
25
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#common_name Certificate#common_name}
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#common_name Certificate#common_name}
26
26
  */
27
27
  readonly commonName?: string;
28
28
  /**
29
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}
29
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#disable_complete_propagation Certificate#disable_complete_propagation}
30
30
  */
31
31
  readonly disableCompletePropagation?: boolean | cdktf.IResolvable;
32
32
  /**
33
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#id Certificate#id}
33
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#id Certificate#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/vancluever/acme/2.19.0/docs/resources/certificate#key_type Certificate#key_type}
40
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#key_type Certificate#key_type}
41
41
  */
42
42
  readonly keyType?: string;
43
43
  /**
44
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}
44
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#min_days_remaining Certificate#min_days_remaining}
45
45
  */
46
46
  readonly minDaysRemaining?: number;
47
47
  /**
48
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#must_staple Certificate#must_staple}
48
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#must_staple Certificate#must_staple}
49
49
  */
50
50
  readonly mustStaple?: boolean | cdktf.IResolvable;
51
51
  /**
52
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}
52
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#pre_check_delay Certificate#pre_check_delay}
53
53
  */
54
54
  readonly preCheckDelay?: number;
55
55
  /**
56
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}
56
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#preferred_chain Certificate#preferred_chain}
57
57
  */
58
58
  readonly preferredChain?: string;
59
59
  /**
60
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}
60
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}
61
61
  */
62
62
  readonly recursiveNameservers?: string[];
63
63
  /**
64
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}
64
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}
65
65
  */
66
66
  readonly revokeCertificateOnDestroy?: boolean | cdktf.IResolvable;
67
67
  /**
68
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}
68
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}
69
69
  */
70
70
  readonly revokeCertificateReason?: string;
71
71
  /**
72
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}
72
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}
73
73
  */
74
74
  readonly subjectAlternativeNames?: string[];
75
75
  /**
76
76
  * dns_challenge block
77
77
  *
78
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}
78
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#dns_challenge Certificate#dns_challenge}
79
79
  */
80
80
  readonly dnsChallenge?: CertificateDnsChallenge[] | cdktf.IResolvable;
81
81
  /**
82
82
  * http_challenge block
83
83
  *
84
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_challenge Certificate#http_challenge}
84
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#http_challenge Certificate#http_challenge}
85
85
  */
86
86
  readonly httpChallenge?: CertificateHttpChallenge;
87
87
  /**
88
88
  * http_memcached_challenge block
89
89
  *
90
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}
90
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}
91
91
  */
92
92
  readonly httpMemcachedChallenge?: CertificateHttpMemcachedChallenge;
93
93
  /**
94
94
  * http_s3_challenge block
95
95
  *
96
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}
96
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}
97
97
  */
98
98
  readonly httpS3Challenge?: CertificateHttpS3Challenge;
99
99
  /**
100
100
  * http_webroot_challenge block
101
101
  *
102
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}
102
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}
103
103
  */
104
104
  readonly httpWebrootChallenge?: CertificateHttpWebrootChallenge;
105
105
  /**
106
106
  * tls_challenge block
107
107
  *
108
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}
108
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#tls_challenge Certificate#tls_challenge}
109
109
  */
110
110
  readonly tlsChallenge?: CertificateTlsChallenge;
111
111
  }
112
112
  export interface CertificateDnsChallenge {
113
113
  /**
114
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#config Certificate#config}
114
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#config Certificate#config}
115
115
  */
116
116
  readonly config?: {
117
117
  [key: string]: string;
118
118
  };
119
119
  /**
120
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#provider Certificate#provider}
120
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#provider Certificate#provider}
121
121
  */
122
122
  readonly provider: string;
123
123
  }
@@ -169,11 +169,11 @@ export declare class CertificateDnsChallengeList extends cdktf.ComplexList {
169
169
  }
170
170
  export interface CertificateHttpChallenge {
171
171
  /**
172
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#port Certificate#port}
172
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#port Certificate#port}
173
173
  */
174
174
  readonly port?: number;
175
175
  /**
176
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#proxy_header Certificate#proxy_header}
176
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#proxy_header Certificate#proxy_header}
177
177
  */
178
178
  readonly proxyHeader?: string;
179
179
  }
@@ -201,7 +201,7 @@ export declare class CertificateHttpChallengeOutputReference extends cdktf.Compl
201
201
  }
202
202
  export interface CertificateHttpMemcachedChallenge {
203
203
  /**
204
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#hosts Certificate#hosts}
204
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#hosts Certificate#hosts}
205
205
  */
206
206
  readonly hosts: string[];
207
207
  }
@@ -223,7 +223,7 @@ export declare class CertificateHttpMemcachedChallengeOutputReference extends cd
223
223
  }
224
224
  export interface CertificateHttpS3Challenge {
225
225
  /**
226
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}
226
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#s3_bucket Certificate#s3_bucket}
227
227
  */
228
228
  readonly s3Bucket: string;
229
229
  }
@@ -245,7 +245,7 @@ export declare class CertificateHttpS3ChallengeOutputReference extends cdktf.Com
245
245
  }
246
246
  export interface CertificateHttpWebrootChallenge {
247
247
  /**
248
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#directory Certificate#directory}
248
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#directory Certificate#directory}
249
249
  */
250
250
  readonly directory: string;
251
251
  }
@@ -267,7 +267,7 @@ export declare class CertificateHttpWebrootChallengeOutputReference extends cdkt
267
267
  }
268
268
  export interface CertificateTlsChallenge {
269
269
  /**
270
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#port Certificate#port}
270
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#port Certificate#port}
271
271
  */
272
272
  readonly port?: number;
273
273
  }
@@ -289,7 +289,7 @@ export declare class CertificateTlsChallengeOutputReference extends cdktf.Comple
289
289
  get portInput(): number | undefined;
290
290
  }
291
291
  /**
292
- * Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate acme_certificate}
292
+ * Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate acme_certificate}
293
293
  */
294
294
  export declare class Certificate extends cdktf.TerraformResource {
295
295
  static readonly tfResourceType = "acme_certificate";
@@ -297,12 +297,12 @@ export declare class Certificate extends cdktf.TerraformResource {
297
297
  * Generates CDKTF code for importing a Certificate resource upon running "cdktf plan <stack-name>"
298
298
  * @param scope The scope in which to define this construct
299
299
  * @param importToId The construct id used in the generated config for the Certificate to import
300
- * @param importFromId The id of the existing Certificate that should be imported. Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate#import import section} in the documentation of this resource for the id to use
300
+ * @param importFromId The id of the existing Certificate that should be imported. Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate#import import section} in the documentation of this resource for the id to use
301
301
  * @param provider? Optional instance of the provider where the Certificate to import is found
302
302
  */
303
303
  static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
304
304
  /**
305
- * Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.19.0/docs/resources/certificate acme_certificate} Resource
305
+ * Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.19.1/docs/resources/certificate acme_certificate} Resource
306
306
  *
307
307
  * @param scope The scope in which to define this construct
308
308
  * @param id The scoped construct ID. Must be unique amongst siblings in the same scope