Skip to content

Commit

Permalink
Update golden files (fix tests #59) (#125)
Browse files Browse the repository at this point in the history
Signed-off-by: Gennady Lipenkov <xgen@yandex-team.ru>
  • Loading branch information
GennadySpb committed Mar 15, 2022
1 parent 1bf068a commit 256adce
Show file tree
Hide file tree
Showing 4 changed files with 105 additions and 105 deletions.
40 changes: 20 additions & 20 deletions schemamd/testdata/aws_acm_certificate.md
Expand Up @@ -2,39 +2,39 @@

### Optional

- **certificate_authority_arn** (String)
- **certificate_body** (String)
- **certificate_chain** (String)
- **domain_name** (String)
- **id** (String) The ID of this resource.
- **options** (Block List, Max: 1) (see [below for nested schema](#nestedblock--options))
- **private_key** (String, Sensitive)
- **subject_alternative_names** (Set of String)
- **tags** (Map of String)
- **tags_all** (Map of String)
- **validation_method** (String)
- `certificate_authority_arn` (String)
- `certificate_body` (String)
- `certificate_chain` (String)
- `domain_name` (String)
- `id` (String) The ID of this resource.
- `options` (Block List, Max: 1) (see [below for nested schema](#nestedblock--options))
- `private_key` (String, Sensitive)
- `subject_alternative_names` (Set of String)
- `tags` (Map of String)
- `tags_all` (Map of String)
- `validation_method` (String)

### Read-Only

- **arn** (String)
- **domain_validation_options** (Set of Object) (see [below for nested schema](#nestedatt--domain_validation_options))
- **status** (String)
- **validation_emails** (List of String)
- `arn` (String)
- `domain_validation_options` (Set of Object) (see [below for nested schema](#nestedatt--domain_validation_options))
- `status` (String)
- `validation_emails` (List of String)

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

Optional:

- **certificate_transparency_logging_preference** (String)
- `certificate_transparency_logging_preference` (String)


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

Read-Only:

- **domain_name** (String)
- **resource_record_name** (String)
- **resource_record_type** (String)
- **resource_record_value** (String)
- `domain_name` (String)
- `resource_record_name` (String)
- `resource_record_type` (String)
- `resource_record_value` (String)
8 changes: 4 additions & 4 deletions schemamd/testdata/aws_route_table_association.md
Expand Up @@ -2,10 +2,10 @@

### Required

- **route_table_id** (String)
- `route_table_id` (String)

### Optional

- **gateway_id** (String)
- **id** (String) The ID of this resource.
- **subnet_id** (String)
- `gateway_id` (String)
- `id` (String) The ID of this resource.
- `subnet_id` (String)
152 changes: 76 additions & 76 deletions schemamd/testdata/awscc_acmpca_certificate.md
Expand Up @@ -2,72 +2,72 @@

### Required

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

### Optional

- **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))
- **template_arn** (String)
- **validity_not_before** (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity_not_before))
- `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))
- `template_arn` (String)
- `validity_not_before` (Attributes) Validity for a certificate. (see [below for nested schema](#nestedatt--validity_not_before))

### Read-Only

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

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

Required:

- **type** (String)
- **value** (Number)
- `type` (String)
- `value` (Number)


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

Optional:

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

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

Optional:

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

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

Optional:

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

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

Optional:

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

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

Optional:

- **cps_uri** (String)
- `cps_uri` (String)



Expand All @@ -77,77 +77,77 @@ Optional:

Optional:

- **extended_key_usage_object_identifier** (String) String that contains X.509 ObjectIdentifier information.
- **extended_key_usage_type** (String)
- `extended_key_usage_object_identifier` (String) String that contains X.509 ObjectIdentifier information.
- `extended_key_usage_type` (String)


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

Optional:

- **crl_sign** (Boolean)
- **data_encipherment** (Boolean)
- **decipher_only** (Boolean)
- **digital_signature** (Boolean)
- **encipher_only** (Boolean)
- **key_agreement** (Boolean)
- **key_cert_sign** (Boolean)
- **key_encipherment** (Boolean)
- **non_repudiation** (Boolean)
- `crl_sign` (Boolean)
- `data_encipherment` (Boolean)
- `decipher_only` (Boolean)
- `digital_signature` (Boolean)
- `encipher_only` (Boolean)
- `key_agreement` (Boolean)
- `key_cert_sign` (Boolean)
- `key_encipherment` (Boolean)
- `non_repudiation` (Boolean)


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

Optional:

- **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))
- **dns_name** (String) String that contains X.509 DnsName information.
- **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))
- **ip_address** (String) String that contains X.509 IpAddress information.
- **other_name** (Attributes) Structure that contains X.509 OtherName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--other_name))
- **registered_id** (String) String that contains X.509 ObjectIdentifier information.
- **rfc_822_name** (String) String that contains X.509 Rfc822Name information.
- **uniform_resource_identifier** (String) String that contains X.509 UniformResourceIdentifier information.
- `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))
- `dns_name` (String) String that contains X.509 DnsName information.
- `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))
- `ip_address` (String) String that contains X.509 IpAddress information.
- `other_name` (Attributes) Structure that contains X.509 OtherName information. (see [below for nested schema](#nestedatt--api_passthrough--extensions--subject_alternative_names--other_name))
- `registered_id` (String) String that contains X.509 ObjectIdentifier information.
- `rfc_822_name` (String) String that contains X.509 Rfc822Name information.
- `uniform_resource_identifier` (String) String that contains X.509 UniformResourceIdentifier information.

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

Optional:

- **common_name** (String)
- **country** (String)
- **distinguished_name_qualifier** (String)
- **generation_qualifier** (String)
- **given_name** (String)
- **initials** (String)
- **locality** (String)
- **organization** (String)
- **organizational_unit** (String)
- **pseudonym** (String)
- **serial_number** (String)
- **state** (String)
- **surname** (String)
- **title** (String)
- `common_name` (String)
- `country` (String)
- `distinguished_name_qualifier` (String)
- `generation_qualifier` (String)
- `given_name` (String)
- `initials` (String)
- `locality` (String)
- `organization` (String)
- `organizational_unit` (String)
- `pseudonym` (String)
- `serial_number` (String)
- `state` (String)
- `surname` (String)
- `title` (String)


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

Optional:

- **name_assigner** (String)
- **party_name** (String)
- `name_assigner` (String)
- `party_name` (String)


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

Optional:

- **type_id** (String) String that contains X.509 ObjectIdentifier information.
- **value** (String)
- `type_id` (String) String that contains X.509 ObjectIdentifier information.
- `value` (String)



Expand All @@ -157,20 +157,20 @@ Optional:

Optional:

- **common_name** (String)
- **country** (String)
- **distinguished_name_qualifier** (String)
- **generation_qualifier** (String)
- **given_name** (String)
- **initials** (String)
- **locality** (String)
- **organization** (String)
- **organizational_unit** (String)
- **pseudonym** (String)
- **serial_number** (String)
- **state** (String)
- **surname** (String)
- **title** (String)
- `common_name` (String)
- `country` (String)
- `distinguished_name_qualifier` (String)
- `generation_qualifier` (String)
- `given_name` (String)
- `initials` (String)
- `locality` (String)
- `organization` (String)
- `organizational_unit` (String)
- `pseudonym` (String)
- `serial_number` (String)
- `state` (String)
- `surname` (String)
- `title` (String)



Expand All @@ -179,6 +179,6 @@ Optional:

Optional:

- **type** (String)
- **value** (Number)
- `type` (String)
- `value` (Number)

10 changes: 5 additions & 5 deletions schemamd/testdata/awscc_logs_log_group.md
Expand Up @@ -2,11 +2,11 @@

### Optional

- **kms_key_id** (String) The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
- **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.
- **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.
- `kms_key_id` (String) The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
- `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.
- `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.

### Read-Only

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

0 comments on commit 256adce

Please sign in to comment.