little-river-49422
04/02/2019, 12:21 PMbillowy-laptop-45963
04/02/2019, 5:23 PMalert-monitor-28534
04/03/2019, 4:16 AMlittle-river-49422
04/03/2019, 6:23 PMpulumi up
. how do I clean those up?billowy-laptop-45963
04/04/2019, 4:55 PMlittle-river-49422
04/04/2019, 9:36 PMlittle-river-49422
04/18/2019, 11:47 AMfast-whale-9064
04/18/2019, 5:49 PM.apply
but it doesn’t work like I would expect:
record = route53.Record(dns_name,
name=dns_name,
records=[new_instance.private_ip],
ttl=60,
type="A",
zone_id="..."")
dns_name = record.name.apply(lambda n: n)
yields dns_name
value of <pulumi.output.Output object at 0x110e60160>
. What am I missing?straight-napkin-70642
04/29/2019, 6:07 PMlittle-river-49422
05/04/2019, 2:34 PMDiagnostics:
pulumi:pulumi:Stack (azure-py-kubernetes-develop):
error: Program failed with an unhandled exception:
error: Traceback (most recent call last):
File "/usr/local/bin/pulumi-language-python-exec", line 85, in <module>
loop.run_until_complete(coro)
File "/usr/local/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
return future.result()
File "/usr/local/lib/python3.6/site-packages/pulumi/runtime/stack.py", line 38, in run_in_stack
await RPC_MANAGER.unhandled_exeception()
File "/usr/local/lib/python3.6/site-packages/pulumi/runtime/rpc_manager.py", line 68, in rpc_wrapper
result = await rpc_function(*args, **kwargs)
File "/usr/local/lib/python3.6/site-packages/pulumi/runtime/resource.py", line 232, in do_register
await rpc.resolve_outputs(res, props, resp.object, resolvers)
File "/usr/local/lib/python3.6/site-packages/pulumi/runtime/rpc.py", line 312, in resolve_outputs
input_prop = await serialize_property(value, [])
File "/usr/local/lib/python3.6/site-packages/pulumi/runtime/rpc.py", line 135, in serialize_property
future_return = await asyncio.ensure_future(value)
RuntimeError: cannot reuse already awaited coroutine
error: an unhandled error occurred: Program exited with non-zero exit code: 1
little-river-49422
05/04/2019, 2:34 PMlittle-river-49422
05/04/2019, 3:00 PMroot@b27e0e37a4b9:/vsts# python3 --version
Python 3.6.5
root@b27e0e37a4b9:/vsts# pulumi version
v0.17.9
working:
root@544f76624d29:/pulumi# python3 --version
Python 3.6.7
root@544f76624d29:/pulumi# pulumi version
v0.17.4
could it be python version related?little-river-49422
05/05/2019, 9:45 AMlittle-river-49422
05/05/2019, 3:16 PMlittle-river-49422
05/05/2019, 8:19 PMproud-artist-4864
05/06/2019, 9:17 AMproud-artist-4864
05/06/2019, 9:18 AMlittle-river-49422
05/06/2019, 1:22 PMicy-dress-83371
05/07/2019, 9:27 PM<https://github.com/pulumi/examples/tree/master/azure-py-aks>
revolving around the linux_profile and SSHKEY variable? I am getting linux_profile.0.ssh_key.0: expected object, got slice
stocky-spoon-28903
05/07/2019, 9:46 PMfast-magician-55948
05/09/2019, 12:26 PM(venv) C:\Users\perry\dev\pulumi>pulumi up
Previewing update (dev):
Type Name Plan Info
pulumi:pulumi:Stack gcp-python-dev 1 error
Diagnostics:
pulumi:pulumi:Stack (gcp-python-dev):
error: Failed to locate 'python3' on your PATH. Have you installed Python 3.6 or greater?
fast-magician-55948
05/09/2019, 12:27 PMstraight-napkin-70642
05/09/2019, 2:46 PM__opts__=ResourceOptions(depends_on=[another_resource])
Any change in opts or another_resource would trigger a refresh.little-river-49422
05/09/2019, 2:48 PMlittle-river-49422
05/09/2019, 2:49 PMstraight-napkin-70642
05/09/2019, 2:51 PM__opts__=ResourceOptions(depends_on=[resource1,resource2])
for
__opts__=ResourceOptions(depends_on=[resource2])
and there was no refresh in this resourcelittle-river-49422
05/09/2019, 3:04 PMstraight-napkin-70642
05/09/2019, 3:20 PMlittle-river-49422
05/09/2019, 3:41 PMpulumi refresh
)little-river-49422
05/09/2019, 3:42 PM