From 948c6d7d744c7e716ae1d4fa7566f4267e797937 Mon Sep 17 00:00:00 2001 From: ocobleseqx Date: Wed, 6 Mar 2024 12:50:27 +0100 Subject: [PATCH] generate metadata json Signed-off-by: ocobleseqx --- .../bridge-metadata.json | 75 +++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 provider/cmd/pulumi-resource-equinix/bridge-metadata.json diff --git a/provider/cmd/pulumi-resource-equinix/bridge-metadata.json b/provider/cmd/pulumi-resource-equinix/bridge-metadata.json new file mode 100644 index 00000000..e2e90a8f --- /dev/null +++ b/provider/cmd/pulumi-resource-equinix/bridge-metadata.json @@ -0,0 +1,75 @@ +{ + "mux": { + "resources": { + "equinix:fabric/cloudRouter:CloudRouter": 0, + "equinix:fabric/connection:Connection": 0, + "equinix:fabric/network:Network": 0, + "equinix:fabric/routingProtocol:RoutingProtocol": 0, + "equinix:fabric/serviceProfile:ServiceProfile": 0, + "equinix:metal/bgpSession:BgpSession": 0, + "equinix:metal/device:Device": 0, + "equinix:metal/deviceNetworkType:DeviceNetworkType": 0, + "equinix:metal/gateway:Gateway": 1, + "equinix:metal/interconnection:Interconnection": 1, + "equinix:metal/ipAttachment:IpAttachment": 0, + "equinix:metal/organization:Organization": 0, + "equinix:metal/organizationMember:OrganizationMember": 0, + "equinix:metal/port:Port": 0, + "equinix:metal/portVlanAttachment:PortVlanAttachment": 0, + "equinix:metal/project:Project": 0, + "equinix:metal/projectApiKey:ProjectApiKey": 0, + "equinix:metal/projectSshKey:ProjectSshKey": 1, + "equinix:metal/reservedIpBlock:ReservedIpBlock": 0, + "equinix:metal/spotMarketRequest:SpotMarketRequest": 0, + "equinix:metal/sshKey:SshKey": 1, + "equinix:metal/userApiKey:UserApiKey": 0, + "equinix:metal/virtualCircuit:VirtualCircuit": 0, + "equinix:metal/vlan:Vlan": 0, + "equinix:metal/vrf:Vrf": 0, + "equinix:networkedge/aclTemplate:AclTemplate": 0, + "equinix:networkedge/bgp:Bgp": 0, + "equinix:networkedge/device:Device": 0, + "equinix:networkedge/deviceLink:DeviceLink": 0, + "equinix:networkedge/networkFile:NetworkFile": 0, + "equinix:networkedge/sshKey:SshKey": 0, + "equinix:networkedge/sshUser:SshUser": 0 + }, + "functions": { + "equinix:fabric/getCloudRouter:getCloudRouter": 0, + "equinix:fabric/getConnection:getConnection": 0, + "equinix:fabric/getNetwork:getNetwork": 0, + "equinix:fabric/getPort:getPort": 0, + "equinix:fabric/getPorts:getPorts": 0, + "equinix:fabric/getRoutingProtocol:getRoutingProtocol": 0, + "equinix:fabric/getServiceProfile:getServiceProfile": 0, + "equinix:fabric/getServiceProfiles:getServiceProfiles": 0, + "equinix:metal/getDevice:getDevice": 0, + "equinix:metal/getDeviceBgpNeighbors:getDeviceBgpNeighbors": 0, + "equinix:metal/getDevices:getDevices": 0, + "equinix:metal/getFacility:getFacility": 0, + "equinix:metal/getGateway:getGateway": 1, + "equinix:metal/getHardwareReservation:getHardwareReservation": 0, + "equinix:metal/getInterconnection:getInterconnection": 1, + "equinix:metal/getIpBlockRanges:getIpBlockRanges": 0, + "equinix:metal/getMetro:getMetro": 0, + "equinix:metal/getOperatingSystem:getOperatingSystem": 0, + "equinix:metal/getOrganization:getOrganization": 0, + "equinix:metal/getPlans:getPlans": 0, + "equinix:metal/getPort:getPort": 0, + "equinix:metal/getPrecreatedIpBlock:getPrecreatedIpBlock": 0, + "equinix:metal/getProject:getProject": 0, + "equinix:metal/getProjectSshKey:getProjectSshKey": 1, + "equinix:metal/getReservedIpBlock:getReservedIpBlock": 0, + "equinix:metal/getSpotMarketPrice:getSpotMarketPrice": 0, + "equinix:metal/getSpotMarketRequest:getSpotMarketRequest": 0, + "equinix:metal/getVirtualCircuit:getVirtualCircuit": 0, + "equinix:metal/getVlan:getVlan": 0, + "equinix:metal/getVrf:getVrf": 0, + "equinix:networkedge/getAccount:getAccount": 0, + "equinix:networkedge/getDevice:getDevice": 0, + "equinix:networkedge/getDevicePlatform:getDevicePlatform": 0, + "equinix:networkedge/getDeviceSoftware:getDeviceSoftware": 0, + "equinix:networkedge/getDeviceType:getDeviceType": 0 + } + } +} \ No newline at end of file