Team, Is there a way to schedule GCE instance thro...
# general
f
Team, Is there a way to schedule GCE instance through pulumi? Any guide on using following command through pulumi
Copy code
gcloud compute resource-policies create instance-schedule 
SCHEDULE_NAME
 \ [--description='
SCHEDULE_DESCRIPTION
'] \ [--region=
REGION
] \ [--vm-start-schedule='
START-OPERATION_SCHEDULE
'] \ [--vm-stop-schedule='
STOP-OPERATION_SCHEDULE
'] \ [--timezone=
TIME_ZONE
] \ [--initiation-date=
INITIATION_DATE
] \ [--end-date=
END_DATE
]