Skip to content

Commit ab4e49e

Browse files
committed
updating all
1 parent 518f3f2 commit ab4e49e

File tree

11 files changed

+16
-2864
lines changed

11 files changed

+16
-2864
lines changed

provider/cmd/pulumi-resource-aws/schema.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

provider/doc_edits.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ func editRules(defaults []tfbridge.DocsEdit) []tfbridge.DocsEdit {
3232
fixUpEcsServiceName,
3333
fixUpBucketReplicationConfig,
3434
fixUpWebAclExample,
35+
fixUpWebAclRuleGroupAssociationExample,
3536
// This fixes up strings such as:
3637
//
3738
// name = "terraform-kinesis-firehose-os",
@@ -194,6 +195,15 @@ var fixUpWebAclExample = tfbridge.DocsEdit{
194195
},
195196
}
196197

198+
var fixUpWebAclRuleGroupAssociationExample = tfbridge.DocsEdit{
199+
Path: "wafv2_web_acl_rule_group_association.html.markdown",
200+
Edit: func(path string, content []byte) ([]byte, error) {
201+
return tfgen.SkipSectionByHeaderContent(content, func(headerText string) bool {
202+
return strings.Contains(headerText, "Custom Rule Group - With Rule Action Overrides") || strings.Contains(headerText, "Custom Rule Group - CloudFront Web ACL")
203+
})
204+
},
205+
}
206+
197207
var fixUpBucketReplicationConfig = tfbridge.DocsEdit{
198208
Path: "s3_bucket_replication_configuration.html.markdown",
199209
Edit: func(path string, content []byte) ([]byte, error) {

sdk/dotnet/WafV2/GetWebAcl.cs

Lines changed: 0 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)