aws/__init__.py: debug

This commit is contained in:
Haitao Pan 2023-03-21 17:23:15 +08:00
parent 6d0889edd8
commit 767e6e6aca
2 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,5 @@ runtime:
name: python
options:
virtualenv: venv
config: Pulumi.dev.yaml
config: ./Pulumi.dev.yaml
description: A minimal AWS Python Pulumi program

View File

@ -5,6 +5,7 @@ stack_name = pulumi.get_stack()
project_name = pulumi.get_project()
aws_config = pulumi.Config("aws")
print(aws_config.__dict__)
#------------------------------------#
def vpc():