-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into get-functions
- Loading branch information
Showing
158 changed files
with
383 additions
and
406 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
118 changes: 118 additions & 0 deletions
118
providers/pulumi_wasm_provider_cloudflare/src/resource/mod.rs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
pub mod access_application; | ||
pub mod access_ca_certificate; | ||
pub mod access_custom_page; | ||
pub mod access_group; | ||
pub mod access_identity_provider; | ||
pub mod access_keys_configuration; | ||
pub mod access_mutual_tls_certificate; | ||
pub mod access_mutual_tls_hostname_settings; | ||
pub mod access_organization; | ||
pub mod access_policy; | ||
pub mod access_rule; | ||
pub mod access_service_token; | ||
pub mod access_tag; | ||
pub mod account; | ||
pub mod account_member; | ||
pub mod address_map; | ||
pub mod api_shield; | ||
pub mod api_shield_operation; | ||
pub mod api_shield_operation_schema_validation_settings; | ||
pub mod api_shield_schema; | ||
pub mod api_shield_schema_validation_settings; | ||
pub mod api_token; | ||
pub mod argo; | ||
pub mod authenticated_origin_pulls; | ||
pub mod authenticated_origin_pulls_certificate; | ||
pub mod bot_management; | ||
pub mod byo_ip_prefix; | ||
pub mod certificate_pack; | ||
pub mod custom_hostname; | ||
pub mod custom_hostname_fallback_origin; | ||
pub mod custom_pages; | ||
pub mod custom_ssl; | ||
pub mod d1_database; | ||
pub mod device_dex_test; | ||
pub mod device_managed_networks; | ||
pub mod device_policy_certificates; | ||
pub mod device_posture_integration; | ||
pub mod device_posture_rule; | ||
pub mod device_settings_policy; | ||
pub mod dlp_profile; | ||
pub mod email_routing_address; | ||
pub mod email_routing_catch_all; | ||
pub mod email_routing_rule; | ||
pub mod email_routing_settings; | ||
pub mod fallback_domain; | ||
pub mod filter; | ||
pub mod firewall_rule; | ||
pub mod gre_tunnel; | ||
pub mod healthcheck; | ||
pub mod hostname_tls_setting; | ||
pub mod hostname_tls_setting_ciphers; | ||
pub mod hyperdrive_config; | ||
pub mod ipsec_tunnel; | ||
pub mod keyless_certificate; | ||
pub mod list; | ||
pub mod list_item; | ||
pub mod load_balancer; | ||
pub mod load_balancer_monitor; | ||
pub mod load_balancer_pool; | ||
pub mod logpull_retention; | ||
pub mod logpush_job; | ||
pub mod logpush_ownership_challenge; | ||
pub mod magic_firewall_ruleset; | ||
pub mod managed_headers; | ||
pub mod mtls_certificate; | ||
pub mod notification_policy; | ||
pub mod notification_policy_webhooks; | ||
pub mod observatory_scheduled_test; | ||
pub mod origin_ca_certificate; | ||
pub mod page_rule; | ||
pub mod pages_domain; | ||
pub mod pages_project; | ||
pub mod queue; | ||
pub mod r2_bucket; | ||
pub mod rate_limit; | ||
pub mod record; | ||
pub mod regional_hostname; | ||
pub mod regional_tiered_cache; | ||
pub mod ruleset; | ||
pub mod spectrum_application; | ||
pub mod split_tunnel; | ||
pub mod static_route; | ||
pub mod teams_account; | ||
pub mod teams_list; | ||
pub mod teams_location; | ||
pub mod teams_proxy_endpoint; | ||
pub mod teams_rule; | ||
pub mod tiered_cache; | ||
pub mod total_tls; | ||
pub mod tunnel; | ||
pub mod tunnel_config; | ||
pub mod tunnel_route; | ||
pub mod tunnel_virtual_network; | ||
pub mod turnstile_widget; | ||
pub mod url_normalization_settings; | ||
pub mod user_agent_blocking_rule; | ||
pub mod waiting_room; | ||
pub mod waiting_room_event; | ||
pub mod waiting_room_rules; | ||
pub mod waiting_room_settings; | ||
pub mod web3_hostname; | ||
pub mod web_analytics_rule; | ||
pub mod web_analytics_site; | ||
pub mod worker_cron_trigger; | ||
pub mod worker_domain; | ||
pub mod worker_route; | ||
pub mod worker_script; | ||
pub mod worker_secret; | ||
pub mod workers_for_platforms_namespace; | ||
pub mod workers_kv; | ||
pub mod workers_kv_namespace; | ||
pub mod zone; | ||
pub mod zone_cache_reserve; | ||
pub mod zone_cache_variants; | ||
pub mod zone_dnssec; | ||
pub mod zone_hold; | ||
pub mod zone_lockdown; | ||
pub mod zone_settings_override; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
pub mod container; | ||
pub mod image; | ||
pub mod network; | ||
pub mod plugin; | ||
pub mod registry_image; | ||
pub mod remote_image; | ||
pub mod secret; | ||
pub mod service; | ||
pub mod service_config; | ||
pub mod tag; | ||
pub mod volume; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
pub mod random_bytes; | ||
pub mod random_id; | ||
pub mod random_integer; | ||
pub mod random_password; | ||
pub mod random_pet; | ||
pub mod random_shuffle; | ||
pub mod random_string; | ||
pub mod random_uuid; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.