mirror of https://github.com/pulumi/pulumi.git
20 lines
481 B
JSON
20 lines
481 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/pulumi/pulumi/master/pkg/codegen/schema/pulumi.json",
|
|
"name": "remoteref",
|
|
"version": "1.0.0",
|
|
"//": [
|
|
"Simple schema with a remote reference to another schemas type"
|
|
],
|
|
"resources": {
|
|
"remoteref:index:Root": {
|
|
"properties": {
|
|
"ec2": {
|
|
"$ref": "/aws/v5.16.2/schema.json#/resources/aws:ec2/instance:Instance"
|
|
}
|
|
},
|
|
"required": ["ec2"],
|
|
"type": "object"
|
|
}
|
|
}
|
|
}
|