sparse-intern-71089
12/27/2019, 9:57 AMbroad-dog-22463
12/27/2019, 10:57 AMorange-australia-91292
12/27/2019, 11:41 AMorange-australia-91292
12/27/2019, 11:55 AMorange-australia-91292
12/27/2019, 11:57 AMTraceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/bgdnlp/khron/.env/lib/python3.7/site-packages/pulumi/config.py", line 46, in __init__
    name = get_project()
  File "/Users/bgdnlp/khron/.env/lib/python3.7/site-packages/pulumi/metadata.py", line 23, in get_project
    return runtime_gp()
  File "/Users/bgdnlp/khron/.env/lib/python3.7/site-packages/pulumi/runtime/settings.py", line 126, in get_project
    require_test_mode_enabled()
  File "/Users/bgdnlp/khron/.env/lib/python3.7/site-packages/pulumi/runtime/settings.py", line 114, in require_test_mode_enabled
    raise RunError('Program run without the Pulumi engine available; re-run using the `pulumi` CLI')
pulumi.errors.RunError: Program run without the Pulumi engine available; re-run using the `pulumi` CLIorange-australia-91292
12/27/2019, 11:59 AMorange-australia-91292
12/27/2019, 12:52 PMconfig = pulumi.Config()glamorous-printer-66548
12/27/2019, 1:42 PMpulumipython3orange-australia-91292
12/27/2019, 3:03 PMorange-australia-91292
12/27/2019, 3:05 PMpulumi config set testkey "testvalue"broad-dog-22463
12/27/2019, 4:04 PMbroad-dog-22463
12/27/2019, 4:04 PMglamorous-printer-66548
12/27/2019, 4:46 PMorange-australia-91292
12/27/2019, 6:11 PMorange-australia-91292
12/27/2019, 6:54 PMorange-australia-91292
12/27/2019, 7:03 PMbucket = s3.Bucket("bktname")
bucket.lifecycle_policy=[]gentle-diamond-70147
12/27/2019, 8:07 PMWhich means that everything about that resource should be set when the object is created, otherwise things can get weird. So we shouldn’t expect to be able to do things likeThat's correct - everything must be set when the object is created. You cannot modify resource arguments like
bucket.lifecycle_policy=[]glamorous-printer-66548
12/27/2019, 8:17 PMorange-australia-91292
12/27/2019, 8:59 PMorange-australia-91292
12/27/2019, 9:00 PM