Skip to content

Commit

Permalink
fix(provider-generator): Skip attributes for oracle/oci provider that…
Browse files Browse the repository at this point in the history
… use the unsupported mapmapmap type
  • Loading branch information
ansgarm authored and DanielMSchmidt committed Oct 21, 2024
1 parent 4f25946 commit 6f168d4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ const SKIPPED_ATTRIBUTES: string[] = [
"aws.data_aws_quicksight_analysis.definition",
"aws.wafv2_web_acl.wafv2_web_acl_rule.statement",
"aws.wafv2_rule_group.wafv2_rule_group_rule.statement",

"oci.data_oci_objectstorage_private_endpoint.fqdns",
"oci.data_oci_objectstorage_private_endpoint_summaries.private_endpoint_summaries.fqdns",
];

/**
Expand Down

0 comments on commit 6f168d4

Please sign in to comment.