mirror of https://github.com/pulumi/pulumi.git
22 lines
524 B
JSON
22 lines
524 B
JSON
{
|
|
"name": "example",
|
|
"resources": {
|
|
"example:myModule:IamResource": {
|
|
"inputProperties": {
|
|
"config": {
|
|
"$ref": "/google-native/v0.18.2/schema.json#/types/google-native:iam%2Fv1:AuditConfig"
|
|
}
|
|
},
|
|
"isComponent": true
|
|
}
|
|
},
|
|
"language": {
|
|
"python": {
|
|
"requires": {
|
|
"pulumi": ">=3.0.0,<4.0.0",
|
|
"pulumi-aws": ">=4.37.1,<5.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|