Hello everyone Is there a way to generate a CloudR...
# google-cloud
n
Hello everyone Is there a way to generate a CloudRun Service yaml manifest file without creating the resource. I know that such a thing was implemented in
pulumi-kubernetes
(using
render_yaml_to_directory
option in Provider)), but is there any work around for
pulumi-gcp
. My use case is exactly the same as the reason``render_yaml_to_directory` was implemented: the resource (Cloud Run service) is deployed externally using a tool that requires a manifest file.