Skip to content

Commit 34e2d51

Browse files
YakDriverewbankkit
authored andcommitted
Fix tfproviderdocs
1 parent 5866c56 commit 34e2d51

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

GNUmakefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ docs-check: ## Check provider documentation (Legacy, use caution)
178178
@tfproviderdocs check \
179179
-allowed-resource-subcategories-file website/allowed-subcategories.txt \
180180
-enable-contents-check \
181+
-ignore-contents-check-data-sources aws_kms_secrets,aws_kms_secret \
181182
-ignore-file-missing-data-sources aws_alb,aws_alb_listener,aws_alb_target_group,aws_albs \
182183
-ignore-file-missing-resources aws_alb,aws_alb_listener,aws_alb_listener_certificate,aws_alb_listener_rule,aws_alb_target_group,aws_alb_target_group_attachment \
183184
-provider-name=aws \
@@ -681,6 +682,7 @@ tfproviderdocs: go-build ## [CI] Provider Checks / tfproviderdocs
681682
tfproviderdocs check \
682683
-allowed-resource-subcategories-file website/allowed-subcategories.txt \
683684
-enable-contents-check \
685+
-ignore-contents-check-data-sources aws_kms_secrets,aws_kms_secret \
684686
-ignore-file-missing-data-sources aws_alb,aws_alb_listener,aws_alb_target_group,aws_alb_trust_store,aws_alb_trust_store_revocation,aws_albs \
685687
-ignore-file-missing-resources aws_alb,aws_alb_listener,aws_alb_listener_certificate,aws_alb_listener_rule,aws_alb_target_group,aws_alb_target_group_attachment,aws_alb_trust_store,aws_alb_trust_store_revocation \
686688
-provider-source registry.terraform.io/hashicorp/aws \

0 commit comments

Comments
 (0)