Skip to main content

SetRemoteReferenceInput

Link an instance's resource field to a resource from another project or an imported resource. The instance must not be in a provisioned or failed state.

input SetRemoteReferenceInput {
field: String!
instanceId: ID!
resourceId: ID!
}

Fields

SetRemoteReferenceInput.field ● String! non-null scalar {#field}

The resource field to assign the reference to

SetRemoteReferenceInput.instanceId ● ID! non-null scalar {#instance-id}

The instance to set the remote reference on

SetRemoteReferenceInput.resourceId ● ID! non-null scalar {#resource-id}

The resource to reference — either a UUID for imported resources or 'instance.field' for provisioned resources

Member Of

setRemoteReference mutation