mirror of https://github.com/pulumi/pulumi.git
de17d1a70f
`ensure_future` was deprecated in Python 3.10 https://docs.python.org/3/library/asyncio-future.html#asyncio.ensure_future The preferred way to convert a coroutine into a future is to use `create_task` instead, which was introduced in Python 3.7, so safe for us to use everywhere. Ref https://github.com/pulumi/pulumi/issues/11827 |
||
---|---|---|
.. | ||
compute | ||
README.md | ||
__init__.py | ||
_utilities.py | ||
provider.py | ||
pulumi-plugin.json | ||
py.typed |
README.md
This provider is a derived work of the Terraform Provider distributed under MPL 2.0. If you encounter a bug or missing feature, first check the
pulumi-gcp
repo; however, if that doesn't turn up anything, please consult the sourceterraform-provider-google-beta
repo.