29 lines
811 B
Python
29 lines
811 B
Python
# tests/test_provider_sethvargo_berglas.py
|
|
# Automatically generated by tools/makecode.py (24-Sep-2021 15:13:20 UTC)
|
|
|
|
|
|
def test_provider_import():
|
|
import terrascript.provider.sethvargo.berglas
|
|
|
|
|
|
def test_resource_import():
|
|
from terrascript.resource.sethvargo.berglas import berglas_secret
|
|
|
|
|
|
def test_datasource_import():
|
|
from terrascript.data.sethvargo.berglas import berglas_secret
|
|
|
|
|
|
# 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.sethvargo.berglas
|
|
#
|
|
# t = terrascript.provider.sethvargo.berglas.berglas()
|
|
# s = str(t)
|
|
#
|
|
# assert 'https://github.com/sethvargo/terraform-provider-berglas' in s
|
|
# assert '0.2.0' in s
|