Skip to content

Commit 16993bf

Browse files
Ivan De Marinodetro
authored andcommitted
Fixing test fixtures
1 parent 9b2b459 commit 16993bf

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

schemamd/testdata/aws_acm_certificate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
- `certificate_body` (String)
77
- `certificate_chain` (String)
88
- `domain_name` (String)
9-
- `id` (String) The ID of this resource.
109
- `options` (Block List, Max: 1) (see [below for nested schema](#nestedblock--options))
1110
- `private_key` (String, Sensitive)
1211
- `subject_alternative_names` (Set of String)
@@ -18,6 +17,7 @@
1817

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

@@ -37,4 +37,4 @@ Read-Only:
3737
- `domain_name` (String)
3838
- `resource_record_name` (String)
3939
- `resource_record_type` (String)
40-
- `resource_record_value` (String)
40+
- `resource_record_value` (String)

schemamd/testdata/aws_route_table_association.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
### Optional
88

99
- `gateway_id` (String)
10+
- `subnet_id` (String)
11+
12+
### Read-Only
13+
1014
- `id` (String) The ID of this resource.
11-
- `subnet_id` (String)

0 commit comments

Comments
 (0)