python-terrascript/tests/test_provider_dedunumax_aws...

25 lines
733 B
Python

# tests/test_provider_dedunumax_awslambda.py
# Automatically generated by tools/makecode.py (24-Sep-2021 15:12:30 UTC)
def test_provider_import():
import terrascript.provider.dedunumax.awslambda
def test_resource_import():
from terrascript.resource.dedunumax.awslambda import awslambda_invocation
# TODO: Shortcut imports without namespace for official and supported providers.
# TODO: This has to be moved into a required_providers block.
# def test_version_source():
#
# import terrascript.provider.dedunumax.awslambda
#
# t = terrascript.provider.dedunumax.awslambda.awslambda()
# s = str(t)
#
# assert 'https://github.com/dedunumax/terraform-provider-awslambda' in s
# assert '1.0.6' in s