Skip to content

Commit 6ad94bd

Browse files
authored
Upgrade terraform-provider-cloudflare to v4.51.0 (#1045)
This PR was generated via `$ upgrade-provider pulumi/pulumi-cloudflare --kind=all --target-version=4.51.0`. --- - Upgrading terraform-provider-cloudflare from 4.50.0 to 4.51.0. Fixes #1044
1 parent 8c5d4d6 commit 6ad94bd

File tree

69 files changed

+3207
-385
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+3207
-385
lines changed

provider/cmd/pulumi-resource-cloudflare/bridge-metadata.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2360,6 +2360,9 @@
23602360
"payload_log": {
23612361
"maxItemsOne": true
23622362
},
2363+
"resolve_dns_internally": {
2364+
"maxItemsOne": true
2365+
},
23632366
"untrusted_cert": {
23642367
"maxItemsOne": true
23652368
}
@@ -3654,6 +3657,9 @@
36543657
"payload_log": {
36553658
"maxItemsOne": true
36563659
},
3660+
"resolve_dns_internally": {
3661+
"maxItemsOne": true
3662+
},
36573663
"untrusted_cert": {
36583664
"maxItemsOne": true
36593665
}
@@ -4549,7 +4555,7 @@
45494555
"cloudflare:index/accountMember:AccountMember": 0,
45504556
"cloudflare:index/addressMap:AddressMap": 0,
45514557
"cloudflare:index/apiShield:ApiShield": 0,
4552-
"cloudflare:index/apiShieldOperation:ApiShieldOperation": 0,
4558+
"cloudflare:index/apiShieldOperation:ApiShieldOperation": 1,
45534559
"cloudflare:index/apiShieldOperationSchemaValidationSettings:ApiShieldOperationSchemaValidationSettings": 0,
45544560
"cloudflare:index/apiShieldSchema:ApiShieldSchema": 0,
45554561
"cloudflare:index/apiShieldSchemaValidationSettings:ApiShieldSchemaValidationSettings": 0,

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

Lines changed: 112 additions & 36 deletions
Large diffs are not rendered by default.

provider/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ require (
6666
github.com/charmbracelet/lipgloss v0.7.1 // indirect
6767
github.com/cheggaaa/pb v1.0.29 // indirect
6868
github.com/cloudflare/circl v1.3.7 // indirect
69-
github.com/cloudflare/cloudflare-go v0.113.0 // indirect
69+
github.com/cloudflare/cloudflare-go v0.114.0 // indirect
7070
github.com/cloudflare/cloudflare-go/v2 v2.4.0 // indirect
7171
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
7272
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
@@ -239,7 +239,7 @@ require (
239239
golang.org/x/sys v0.29.0 // indirect
240240
golang.org/x/term v0.28.0 // indirect
241241
golang.org/x/text v0.21.0 // indirect
242-
golang.org/x/time v0.8.0 // indirect
242+
golang.org/x/time v0.9.0 // indirect
243243
golang.org/x/tools v0.23.0 // indirect
244244
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
245245
google.golang.org/api v0.169.0 // indirect

provider/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1318,8 +1318,8 @@ github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDk
13181318
github.com/cloudflare/circl v1.3.3/go.mod h1:5XYMA4rFBvNIrhs50XuiBJ15vF2pZn4nnUKZrLbUZFA=
13191319
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
13201320
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
1321-
github.com/cloudflare/cloudflare-go v0.113.0 h1:qnOXmA6RbgZ4rg5gNBK5QGk0Pzbv8pnUYV3C4+8CU6w=
1322-
github.com/cloudflare/cloudflare-go v0.113.0/go.mod h1:Dlm4BAnycHc0i8yLxQZb9b+OlMwYOAoDJsUOEFgpVvo=
1321+
github.com/cloudflare/cloudflare-go v0.114.0 h1:ucoti4/7Exo0XQ+rzpn1H+IfVVe++zgiM+tyKtf0HUA=
1322+
github.com/cloudflare/cloudflare-go v0.114.0/go.mod h1:O7fYfFfA6wKqKFn2QIR9lhj7FDw6VQCGOY6hd2TBtd0=
13231323
github.com/cloudflare/cloudflare-go/v2 v2.4.0 h1:gys/26GoVDklgfq8NYV39WgvOEwzK/XAqYObmnI6iFg=
13241324
github.com/cloudflare/cloudflare-go/v2 v2.4.0/go.mod h1:AoIzb05z/rvdJLztPct4tSa+3IqXJJ6c+pbUFMOlTr8=
13251325
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=
@@ -2594,8 +2594,8 @@ golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxb
25942594
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
25952595
golang.org/x/time v0.1.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
25962596
golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
2597-
golang.org/x/time v0.8.0 h1:9i3RxcPv3PZnitoVGMPDKZSq1xW1gK1Xy3ArNOGZfEg=
2598-
golang.org/x/time v0.8.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
2597+
golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY=
2598+
golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM=
25992599
golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
26002600
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
26012601
golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

sdk/dotnet/ApiShieldOperation.cs

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

sdk/dotnet/Inputs/AccessApplicationDestinationArgs.cs

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

sdk/dotnet/Inputs/AccessApplicationDestinationGetArgs.cs

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

sdk/dotnet/Inputs/GetRulesetsFilter.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Inputs/GetRulesetsFilterArgs.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/dotnet/Inputs/RulesetRuleActionParametersArgs.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)