__main__.py: debug

This commit is contained in:
Haitao Pan 2023-03-21 23:24:55 +08:00
parent 394c53f73f
commit ae3b862d66

View File

@ -21,7 +21,7 @@ subnets = subnets(vpc_id, az_list, route_table_id, 'public' )
ssh_key = config.get('SSH_PUBLIC_KEY')
print(ssh_key)
key_pair = key_pair( 'my_ssh_key', ssh_key )
#key_pair = pulumi.aws.ec2.KeyPair("deployer", public_key=ssh_key)
# Create an AWS resource (S3 Bucket)
#bucket = s3.Bucket('my-bucket')