Is there a way to call out to gcloud operations li...
# general
l
Is there a way to call out to gcloud operations like gcloud beta source project-configs update --add-topic=[TOPIC_NAME] --service-account=[SERVICE_ACCOUNT_NAME] which aren't incorporated into pulumi types yet? I guess it would need something like up/down like a db migration
from what i understand the only way in 0.17.14 is to create a custom resource that orchestrates?