Skip to content

Commit

Permalink
Upgrade terraform-provider-cloudflare to v4.25.0 (#656)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-cloudflare
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-cloudflare from 4.24.0  to 4.25.0.
	Fixes #655
  • Loading branch information
pulumi-bot authored Feb 21, 2024
1 parent a25ab26 commit 41406b8
Show file tree
Hide file tree
Showing 63 changed files with 3,743 additions and 205 deletions.
39 changes: 37 additions & 2 deletions provider/cmd/pulumi-resource-cloudflare/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
}
}
}
},
"grant_types": {
"maxItemsOne": false
},
"redirect_uris": {
"maxItemsOne": false
},
"scopes": {
"maxItemsOne": false
}
}
}
Expand Down Expand Up @@ -1909,14 +1918,24 @@
"majorVersion": 5,
"fields": {
"antivirus": {
"maxItemsOne": true
"maxItemsOne": true,
"elem": {
"fields": {
"notification_settings": {
"maxItemsOne": true
}
}
}
},
"block_page": {
"maxItemsOne": true
},
"body_scanning": {
"maxItemsOne": true
},
"extended_email_matching": {
"maxItemsOne": true
},
"fips": {
"maxItemsOne": true
},
Expand Down Expand Up @@ -3084,12 +3103,19 @@
"imageUrl": "image_url"
},
"cloudflare:index/AccessApplicationSaasApp:AccessApplicationSaasApp": {
"appLauncherUrl": "app_launcher_url",
"authType": "auth_type",
"clientId": "client_id",
"clientSecret": "client_secret",
"consumerServiceUrl": "consumer_service_url",
"customAttributes": "custom_attribute",
"defaultRelayState": "default_relay_state",
"grantTypes": "grant_types",
"groupFilterRegex": "group_filter_regex",
"idpEntityId": "idp_entity_id",
"nameIdFormat": "name_id_format",
"publicKey": "public_key",
"redirectUris": "redirect_uris",
"spEntityId": "sp_entity_id",
"ssoEndpoint": "sso_endpoint"
},
Expand Down Expand Up @@ -3717,6 +3743,7 @@
"statusCode": "status_code"
},
"cloudflare:index/PagesProjectBuildConfig:PagesProjectBuildConfig": {
"buildCaching": "build_caching",
"buildCommand": "build_command",
"destinationDir": "destination_dir",
"rootDir": "root_dir",
Expand Down Expand Up @@ -3890,7 +3917,11 @@
"cloudflare:index/TeamsAccountAntivirus:TeamsAccountAntivirus": {
"enabledDownloadPhase": "enabled_download_phase",
"enabledUploadPhase": "enabled_upload_phase",
"failClosed": "fail_closed"
"failClosed": "fail_closed",
"notificationSettings": "notification_settings"
},
"cloudflare:index/TeamsAccountAntivirusNotificationSettings:TeamsAccountAntivirusNotificationSettings": {
"supportUrl": "support_url"
},
"cloudflare:index/TeamsAccountBlockPage:TeamsAccountBlockPage": {
"backgroundColor": "background_color",
Expand Down Expand Up @@ -4132,6 +4163,7 @@
},
"cloudflare:index/accessApplication:AccessApplication": {
"accountId": "account_id",
"allowAuthenticateViaWarp": "allow_authenticate_via_warp",
"allowedIdps": "allowed_idps",
"appLauncherLogoUrl": "app_launcher_logo_url",
"appLauncherVisible": "app_launcher_visible",
Expand Down Expand Up @@ -4192,6 +4224,7 @@
},
"cloudflare:index/accessOrganization:AccessOrganization": {
"accountId": "account_id",
"allowAuthenticateViaWarp": "allow_authenticate_via_warp",
"authDomain": "auth_domain",
"autoRedirectToIdentity": "auto_redirect_to_identity",
"customPages": "custom_pages",
Expand All @@ -4200,6 +4233,7 @@
"sessionDuration": "session_duration",
"uiReadOnlyToggleReason": "ui_read_only_toggle_reason",
"userSeatExpirationInactiveTime": "user_seat_expiration_inactive_time",
"warpAuthSessionDuration": "warp_auth_session_duration",
"zoneId": "zone_id"
},
"cloudflare:index/accessPolicy:AccessPolicy": {
Expand Down Expand Up @@ -4850,6 +4884,7 @@
"activityLogEnabled": "activity_log_enabled",
"blockPage": "block_page",
"bodyScanning": "body_scanning",
"extendedEmailMatching": "extended_email_matching",
"nonIdentityBrowserIsolationEnabled": "non_identity_browser_isolation_enabled",
"payloadLog": "payload_log",
"protocolDetectionEnabled": "protocol_detection_enabled",
Expand Down
Loading

0 comments on commit 41406b8

Please sign in to comment.