@cdktf/provider-acme 11.13.0 → 12.0.1

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.
@@ -6,122 +6,122 @@ 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.32.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.32.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.32.0/docs/resources/certificate#cert_timeout Certificate#cert_timeout}
13
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.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.32.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.32.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.32.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.32.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.32.0/docs/resources/certificate#common_name Certificate#common_name}
25
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.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.32.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.32.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.32.0/docs/resources/certificate#id Certificate#id}
33
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.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.32.0/docs/resources/certificate#key_type Certificate#key_type}
40
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.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.32.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.32.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.32.0/docs/resources/certificate#must_staple Certificate#must_staple}
48
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.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.32.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.32.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.32.0/docs/resources/certificate#preferred_chain Certificate#preferred_chain}
56
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.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.32.0/docs/resources/certificate#profile Certificate#profile}
60
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#profile Certificate#profile}
61
61
  */
62
62
  readonly profile?: string;
63
63
  /**
64
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}
64
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#recursive_nameservers Certificate#recursive_nameservers}
65
65
  */
66
66
  readonly recursiveNameservers?: string[];
67
67
  /**
68
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}
68
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#revoke_certificate_on_destroy Certificate#revoke_certificate_on_destroy}
69
69
  */
70
70
  readonly revokeCertificateOnDestroy?: boolean | cdktf.IResolvable;
71
71
  /**
72
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}
72
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#revoke_certificate_reason Certificate#revoke_certificate_reason}
73
73
  */
74
74
  readonly revokeCertificateReason?: string;
75
75
  /**
76
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}
76
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#subject_alternative_names Certificate#subject_alternative_names}
77
77
  */
78
78
  readonly subjectAlternativeNames?: string[];
79
79
  /**
80
80
  * dns_challenge block
81
81
  *
82
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#dns_challenge Certificate#dns_challenge}
82
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#dns_challenge Certificate#dns_challenge}
83
83
  */
84
84
  readonly dnsChallenge?: CertificateDnsChallenge[] | cdktf.IResolvable;
85
85
  /**
86
86
  * http_challenge block
87
87
  *
88
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#http_challenge Certificate#http_challenge}
88
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#http_challenge Certificate#http_challenge}
89
89
  */
90
90
  readonly httpChallenge?: CertificateHttpChallenge;
91
91
  /**
92
92
  * http_memcached_challenge block
93
93
  *
94
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}
94
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#http_memcached_challenge Certificate#http_memcached_challenge}
95
95
  */
96
96
  readonly httpMemcachedChallenge?: CertificateHttpMemcachedChallenge;
97
97
  /**
98
98
  * http_s3_challenge block
99
99
  *
100
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}
100
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#http_s3_challenge Certificate#http_s3_challenge}
101
101
  */
102
102
  readonly httpS3Challenge?: CertificateHttpS3Challenge;
103
103
  /**
104
104
  * http_webroot_challenge block
105
105
  *
106
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}
106
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#http_webroot_challenge Certificate#http_webroot_challenge}
107
107
  */
108
108
  readonly httpWebrootChallenge?: CertificateHttpWebrootChallenge;
109
109
  /**
110
110
  * tls_challenge block
111
111
  *
112
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#tls_challenge Certificate#tls_challenge}
112
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#tls_challenge Certificate#tls_challenge}
113
113
  */
114
114
  readonly tlsChallenge?: CertificateTlsChallenge;
115
115
  }
116
116
  export interface CertificateDnsChallenge {
117
117
  /**
118
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#config Certificate#config}
118
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#config Certificate#config}
119
119
  */
120
120
  readonly config?: {
121
121
  [key: string]: string;
122
122
  };
123
123
  /**
124
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#provider Certificate#provider}
124
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#provider Certificate#provider}
125
125
  */
126
126
  readonly provider: string;
127
127
  }
@@ -173,11 +173,11 @@ export declare class CertificateDnsChallengeList extends cdktf.ComplexList {
173
173
  }
174
174
  export interface CertificateHttpChallenge {
175
175
  /**
176
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#port Certificate#port}
176
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#port Certificate#port}
177
177
  */
178
178
  readonly port?: number;
179
179
  /**
180
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#proxy_header Certificate#proxy_header}
180
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#proxy_header Certificate#proxy_header}
181
181
  */
182
182
  readonly proxyHeader?: string;
183
183
  }
@@ -205,7 +205,7 @@ export declare class CertificateHttpChallengeOutputReference extends cdktf.Compl
205
205
  }
206
206
  export interface CertificateHttpMemcachedChallenge {
207
207
  /**
208
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#hosts Certificate#hosts}
208
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#hosts Certificate#hosts}
209
209
  */
210
210
  readonly hosts: string[];
211
211
  }
@@ -227,7 +227,7 @@ export declare class CertificateHttpMemcachedChallengeOutputReference extends cd
227
227
  }
228
228
  export interface CertificateHttpS3Challenge {
229
229
  /**
230
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#s3_bucket Certificate#s3_bucket}
230
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#s3_bucket Certificate#s3_bucket}
231
231
  */
232
232
  readonly s3Bucket: string;
233
233
  }
@@ -249,7 +249,7 @@ export declare class CertificateHttpS3ChallengeOutputReference extends cdktf.Com
249
249
  }
250
250
  export interface CertificateHttpWebrootChallenge {
251
251
  /**
252
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#directory Certificate#directory}
252
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#directory Certificate#directory}
253
253
  */
254
254
  readonly directory: string;
255
255
  }
@@ -271,7 +271,7 @@ export declare class CertificateHttpWebrootChallengeOutputReference extends cdkt
271
271
  }
272
272
  export interface CertificateTlsChallenge {
273
273
  /**
274
- * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#port Certificate#port}
274
+ * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#port Certificate#port}
275
275
  */
276
276
  readonly port?: number;
277
277
  }
@@ -293,7 +293,7 @@ export declare class CertificateTlsChallengeOutputReference extends cdktf.Comple
293
293
  get portInput(): number | undefined;
294
294
  }
295
295
  /**
296
- * Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate acme_certificate}
296
+ * Represents a {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate acme_certificate}
297
297
  */
298
298
  export declare class Certificate extends cdktf.TerraformResource {
299
299
  static readonly tfResourceType = "acme_certificate";
@@ -301,12 +301,12 @@ export declare class Certificate extends cdktf.TerraformResource {
301
301
  * Generates CDKTF code for importing a Certificate resource upon running "cdktf plan <stack-name>"
302
302
  * @param scope The scope in which to define this construct
303
303
  * @param importToId The construct id used in the generated config for the Certificate to import
304
- * @param importFromId The id of the existing Certificate that should be imported. Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate#import import section} in the documentation of this resource for the id to use
304
+ * @param importFromId The id of the existing Certificate that should be imported. Refer to the {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate#import import section} in the documentation of this resource for the id to use
305
305
  * @param provider? Optional instance of the provider where the Certificate to import is found
306
306
  */
307
307
  static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource;
308
308
  /**
309
- * Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.32.0/docs/resources/certificate acme_certificate} Resource
309
+ * Create a new {@link https://registry.terraform.io/providers/vancluever/acme/2.32.1/docs/resources/certificate acme_certificate} Resource
310
310
  *
311
311
  * @param scope The scope in which to define this construct
312
312
  * @param id The scoped construct ID. Must be unique amongst siblings in the same scope