Skip to main content

magic

Creates, updates, deletes, gets or lists a magic resource.

Overview

Namemagic
TypeResource
Idcloudflare.magic_cloud_networking.magic

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
applyexecaccount_id, onramp_idApply an On-ramp (Closed Beta).
exportexecaccount_id, onramp_idExport an On-ramp to terraform ready file(s) (Closed Beta).
planexecaccount_id, onramp_idPlan an On-ramp (Closed Beta).
discoverexecaccount_idRun discovery for all Cloud Integrations in an account (Closed Beta).

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
account_idstringThe Cloudflare account ID.
onramp_idstring (uuid)

Lifecycle Methods

Apply an On-ramp (Closed Beta).

EXEC cloudflare.magic_cloud_networking.magic.apply
@account_id='{{ account_id }}' --required,
@onramp_id='{{ onramp_id }}' --required
;