Skip to content

Commit

Permalink
Fixing test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan De Marino authored and detro committed May 3, 2022
1 parent 9b2b459 commit 16993bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions schemamd/testdata/aws_acm_certificate.md
Expand Up @@ -6,7 +6,6 @@
- `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)
Expand All @@ -18,6 +17,7 @@

- `arn` (String)
- `domain_validation_options` (Set of Object) (see [below for nested schema](#nestedatt--domain_validation_options))
- `id` (String) The ID of this resource.
- `status` (String)
- `validation_emails` (List of String)

Expand All @@ -37,4 +37,4 @@ Read-Only:
- `domain_name` (String)
- `resource_record_name` (String)
- `resource_record_type` (String)
- `resource_record_value` (String)
- `resource_record_value` (String)
5 changes: 4 additions & 1 deletion schemamd/testdata/aws_route_table_association.md
Expand Up @@ -7,5 +7,8 @@
### Optional

- `gateway_id` (String)
- `subnet_id` (String)

### Read-Only

- `id` (String) The ID of this resource.
- `subnet_id` (String)

0 comments on commit 16993bf

Please sign in to comment.