Skip to content

Commit 256adce

Browse files
authored
Update golden files (fix tests #59) (#125)
Signed-off-by: Gennady Lipenkov <[email protected]>
1 parent 1bf068a commit 256adce

File tree

4 files changed

+105
-105
lines changed

4 files changed

+105
-105
lines changed

schemamd/testdata/aws_acm_certificate.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,39 @@
22

33
### Optional
44

5-
- **certificate_authority_arn** (String)
6-
- **certificate_body** (String)
7-
- **certificate_chain** (String)
8-
- **domain_name** (String)
9-
- **id** (String) The ID of this resource.
10-
- **options** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options))
11-
- **private_key** (String, Sensitive)
12-
- **subject_alternative_names** (Set of String)
13-
- **tags** (Map of String)
14-
- **tags_all** (Map of String)
15-
- **validation_method** (String)
5+
- `certificate_authority_arn` (String)
6+
- `certificate_body` (String)
7+
- `certificate_chain` (String)
8+
- `domain_name` (String)
9+
- `id` (String) The ID of this resource.
10+
- `options` (Block List, Max: 1) (see [below for nested schema](#nestedblock--options))
11+
- `private_key` (String, Sensitive)
12+
- `subject_alternative_names` (Set of String)
13+
- `tags` (Map of String)
14+
- `tags_all` (Map of String)
15+
- `validation_method` (String)
1616

1717
### Read-Only
1818

19-
- **arn** (String)
20-
- **domain_validation_options** (Set of Object) (see [below for nested schema](#nestedatt--domain_validation_options))
21-
- **status** (String)
22-
- **validation_emails** (List of String)
19+
- `arn` (String)
20+
- `domain_validation_options` (Set of Object) (see [below for nested schema](#nestedatt--domain_validation_options))
21+
- `status` (String)
22+
- `validation_emails` (List of String)
2323

2424
<a id="nestedblock--options"></a>
2525
### Nested Schema for `options`
2626

2727
Optional:
2828

29-
- **certificate_transparency_logging_preference** (String)
29+
- `certificate_transparency_logging_preference` (String)
3030

3131

3232
<a id="nestedatt--domain_validation_options"></a>
3333
### Nested Schema for `domain_validation_options`
3434

3535
Read-Only:
3636

37-
- **domain_name** (String)
38-
- **resource_record_name** (String)
39-
- **resource_record_type** (String)
40-
- **resource_record_value** (String)
37+
- `domain_name` (String)
38+
- `resource_record_name` (String)
39+
- `resource_record_type` (String)
40+
- `resource_record_value` (String)

schemamd/testdata/aws_route_table_association.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
### Required
44

5-
- **route_table_id** (String)
5+
- `route_table_id` (String)
66

77
### Optional
88

9-
- **gateway_id** (String)
10-
- **id** (String) The ID of this resource.
11-
- **subnet_id** (String)
9+
- `gateway_id` (String)
10+
- `id` (String) The ID of this resource.
11+
- `subnet_id` (String)

schemamd/testdata/awscc_acmpca_certificate.md

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -2,72 +2,72 @@
22

33
### Required
44

5-
- **certificate_authority_arn** (String)
6-
- **certificate_signing_request** (String) The certificate signing request (CSR) for the Certificate.
7-
- **signing_algorithm** (String) The name of the algorithm that will be used to sign the Certificate.
8-
- **validity** (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity))
5+
- `certificate_authority_arn` (String)
6+
- `certificate_signing_request` (String) The certificate signing request (CSR) for the Certificate.
7+
- `signing_algorithm` (String) The name of the algorithm that will be used to sign the Certificate.
8+
- `validity` (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity))
99

1010
### Optional
1111

12-
- **api_passthrough** (Attributes) Structure that specifies fields to be overridden in a certificate at the time of issuance. These requires an API Passthrough template be used or they will be ignored. (see [below for nested schema](#nestedatt--api_passthrough))
13-
- **template_arn** (String)
14-
- **validity_not_before** (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity_not_before))
12+
- `api_passthrough` (Attributes) Structure that specifies fields to be overridden in a certificate at the time of issuance. These requires an API Passthrough template be used or they will be ignored. (see [below for nested schema](#nestedatt--api_passthrough))
13+
- `template_arn` (String)
14+
- `validity_not_before` (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity_not_before))
1515

1616
### Read-Only
1717

18-
- **arn** (String)
19-
- **certificate** (String) The issued certificate in base 64 PEM-encoded format.
20-
- **id** (String) Uniquely identifies the resource.
18+
- `arn` (String)
19+
- `certificate` (String) The issued certificate in base 64 PEM-encoded format.
20+
- `id` (String) Uniquely identifies the resource.
2121

2222
<a id="nestedatt--validity"></a>
2323
### Nested Schema for `validity`
2424

2525
Required:
2626

27-
- **type** (String)
28-
- **value** (Number)
27+
- `type` (String)
28+
- `value` (Number)
2929

3030

3131
<a id="nestedatt--api_passthrough"></a>
3232
### Nested Schema for `api_passthrough`
3333

3434
Optional:
3535

36-
- **extensions** (Attributes) Structure that contains X.500 extensions for a Certificate. (see [below for nested schema](#nestedatt--api_passthrough--extensions))
37-
- **subject** (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--subject))
36+
- `extensions` (Attributes) Structure that contains X.500 extensions for a Certificate. (see [below for nested schema](#nestedatt--api_passthrough--extensions))
37+
- `subject` (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--subject))
3838

3939
<a id="nestedatt--api_passthrough--extensions"></a>
4040
### Nested Schema for `api_passthrough.extensions`
4141

4242
Optional:
4343

44-
- **certificate_policies** (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies))
45-
- **extended_key_usage** (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--extended_key_usage))
46-
- **key_usage** (Attributes) Structure that contains X.509 KeyUsage information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--key_usage))
47-
- **subject_alternative_names** (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names))
44+
- `certificate_policies` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies))
45+
- `extended_key_usage` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--extended_key_usage))
46+
- `key_usage` (Attributes) Structure that contains X.509 KeyUsage information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--key_usage))
47+
- `subject_alternative_names` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names))
4848

4949
<a id="nestedatt--api_passthrough--extensions--certificate_policies"></a>
5050
### Nested Schema for `api_passthrough.extensions.certificate_policies`
5151

5252
Optional:
5353

54-
- **cert_policy_id** (String) String that contains X.509 ObjectIdentifier information.
55-
- **policy_qualifiers** (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers))
54+
- `cert_policy_id` (String) String that contains X.509 ObjectIdentifier information.
55+
- `policy_qualifiers` (Attributes List) (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers))
5656

5757
<a id="nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers"></a>
5858
### Nested Schema for `api_passthrough.extensions.certificate_policies.policy_qualifiers`
5959

6060
Optional:
6161

62-
- **policy_qualifier_id** (String)
63-
- **qualifier** (Attributes) Structure that contains a X.509 policy qualifier. (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers--qualifier))
62+
- `policy_qualifier_id` (String)
63+
- `qualifier` (Attributes) Structure that contains a X.509 policy qualifier. (see [below for nested schema](#nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers--qualifier))
6464

6565
<a id="nestedatt--api_passthrough--extensions--certificate_policies--policy_qualifiers--qualifier"></a>
6666
### Nested Schema for `api_passthrough.extensions.certificate_policies.policy_qualifiers.qualifier`
6767

6868
Optional:
6969

70-
- **cps_uri** (String)
70+
- `cps_uri` (String)
7171

7272

7373

@@ -77,77 +77,77 @@ Optional:
7777

7878
Optional:
7979

80-
- **extended_key_usage_object_identifier** (String) String that contains X.509 ObjectIdentifier information.
81-
- **extended_key_usage_type** (String)
80+
- `extended_key_usage_object_identifier` (String) String that contains X.509 ObjectIdentifier information.
81+
- `extended_key_usage_type` (String)
8282

8383

8484
<a id="nestedatt--api_passthrough--extensions--key_usage"></a>
8585
### Nested Schema for `api_passthrough.extensions.key_usage`
8686

8787
Optional:
8888

89-
- **crl_sign** (Boolean)
90-
- **data_encipherment** (Boolean)
91-
- **decipher_only** (Boolean)
92-
- **digital_signature** (Boolean)
93-
- **encipher_only** (Boolean)
94-
- **key_agreement** (Boolean)
95-
- **key_cert_sign** (Boolean)
96-
- **key_encipherment** (Boolean)
97-
- **non_repudiation** (Boolean)
89+
- `crl_sign` (Boolean)
90+
- `data_encipherment` (Boolean)
91+
- `decipher_only` (Boolean)
92+
- `digital_signature` (Boolean)
93+
- `encipher_only` (Boolean)
94+
- `key_agreement` (Boolean)
95+
- `key_cert_sign` (Boolean)
96+
- `key_encipherment` (Boolean)
97+
- `non_repudiation` (Boolean)
9898

9999

100100
<a id="nestedatt--api_passthrough--extensions--subject_alternative_names"></a>
101101
### Nested Schema for `api_passthrough.extensions.subject_alternative_names`
102102

103103
Optional:
104104

105-
- **directory_name** (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name))
106-
- **dns_name** (String) String that contains X.509 DnsName information.
107-
- **edi_party_name** (Attributes) Structure that contains X.509 EdiPartyName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--edi_party_name))
108-
- **ip_address** (String) String that contains X.509 IpAddress information.
109-
- **other_name** (Attributes) Structure that contains X.509 OtherName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--other_name))
110-
- **registered_id** (String) String that contains X.509 ObjectIdentifier information.
111-
- **rfc_822_name** (String) String that contains X.509 Rfc822Name information.
112-
- **uniform_resource_identifier** (String) String that contains X.509 UniformResourceIdentifier information.
105+
- `directory_name` (Attributes) Structure that contains X.500 distinguished name information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name))
106+
- `dns_name` (String) String that contains X.509 DnsName information.
107+
- `edi_party_name` (Attributes) Structure that contains X.509 EdiPartyName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--edi_party_name))
108+
- `ip_address` (String) String that contains X.509 IpAddress information.
109+
- `other_name` (Attributes) Structure that contains X.509 OtherName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--other_name))
110+
- `registered_id` (String) String that contains X.509 ObjectIdentifier information.
111+
- `rfc_822_name` (String) String that contains X.509 Rfc822Name information.
112+
- `uniform_resource_identifier` (String) String that contains X.509 UniformResourceIdentifier information.
113113

114114
<a id="nestedatt--api_passthrough--extensions--subject_alternative_names--directory_name"></a>
115115
### Nested Schema for `api_passthrough.extensions.subject_alternative_names.uniform_resource_identifier`
116116

117117
Optional:
118118

119-
- **common_name** (String)
120-
- **country** (String)
121-
- **distinguished_name_qualifier** (String)
122-
- **generation_qualifier** (String)
123-
- **given_name** (String)
124-
- **initials** (String)
125-
- **locality** (String)
126-
- **organization** (String)
127-
- **organizational_unit** (String)
128-
- **pseudonym** (String)
129-
- **serial_number** (String)
130-
- **state** (String)
131-
- **surname** (String)
132-
- **title** (String)
119+
- `common_name` (String)
120+
- `country` (String)
121+
- `distinguished_name_qualifier` (String)
122+
- `generation_qualifier` (String)
123+
- `given_name` (String)
124+
- `initials` (String)
125+
- `locality` (String)
126+
- `organization` (String)
127+
- `organizational_unit` (String)
128+
- `pseudonym` (String)
129+
- `serial_number` (String)
130+
- `state` (String)
131+
- `surname` (String)
132+
- `title` (String)
133133

134134

135135
<a id="nestedatt--api_passthrough--extensions--subject_alternative_names--edi_party_name"></a>
136136
### Nested Schema for `api_passthrough.extensions.subject_alternative_names.uniform_resource_identifier`
137137

138138
Optional:
139139

140-
- **name_assigner** (String)
141-
- **party_name** (String)
140+
- `name_assigner` (String)
141+
- `party_name` (String)
142142

143143

144144
<a id="nestedatt--api_passthrough--extensions--subject_alternative_names--other_name"></a>
145145
### Nested Schema for `api_passthrough.extensions.subject_alternative_names.uniform_resource_identifier`
146146

147147
Optional:
148148

149-
- **type_id** (String) String that contains X.509 ObjectIdentifier information.
150-
- **value** (String)
149+
- `type_id` (String) String that contains X.509 ObjectIdentifier information.
150+
- `value` (String)
151151

152152

153153

@@ -157,20 +157,20 @@ Optional:
157157

158158
Optional:
159159

160-
- **common_name** (String)
161-
- **country** (String)
162-
- **distinguished_name_qualifier** (String)
163-
- **generation_qualifier** (String)
164-
- **given_name** (String)
165-
- **initials** (String)
166-
- **locality** (String)
167-
- **organization** (String)
168-
- **organizational_unit** (String)
169-
- **pseudonym** (String)
170-
- **serial_number** (String)
171-
- **state** (String)
172-
- **surname** (String)
173-
- **title** (String)
160+
- `common_name` (String)
161+
- `country` (String)
162+
- `distinguished_name_qualifier` (String)
163+
- `generation_qualifier` (String)
164+
- `given_name` (String)
165+
- `initials` (String)
166+
- `locality` (String)
167+
- `organization` (String)
168+
- `organizational_unit` (String)
169+
- `pseudonym` (String)
170+
- `serial_number` (String)
171+
- `state` (String)
172+
- `surname` (String)
173+
- `title` (String)
174174

175175

176176

@@ -179,6 +179,6 @@ Optional:
179179

180180
Optional:
181181

182-
- **type** (String)
183-
- **value** (Number)
182+
- `type` (String)
183+
- `value` (Number)
184184

schemamd/testdata/awscc_logs_log_group.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
### Optional
44

5-
- **kms_key_id** (String) The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
6-
- **log_group_name** (String) The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.
7-
- **retention_in_days** (Number) The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653.
5+
- `kms_key_id` (String) The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
6+
- `log_group_name` (String) The name of the log group. If you don't specify a name, AWS CloudFormation generates a unique ID for the log group.
7+
- `retention_in_days` (Number) The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1827, and 3653.
88

99
### Read-Only
1010

11-
- **arn** (String) The CloudWatch log group ARN.
12-
- **id** (String) Uniquely identifies the resource.
11+
- `arn` (String) The CloudWatch log group ARN.
12+
- `id` (String) Uniquely identifies the resource.

0 commit comments

Comments
 (0)