This message was deleted.
s
This message was deleted.
p
I think the problem is that https://github.com/pulumi/examples/blob/master/gcp-py-network-component/config.py#L14 uses
config.require_object
which expects some sort of serializable structure. Based on its usage in https://github.com/pulumi/examples/blob/master/gcp-py-network-component/network.py#L30 it looks like it expects an array perhaps? Maybe calling
pulumi config set --path gcp-py-network-component:subnet_cidr_blocks[0] '172.2.0.0/16'
would work?
b
Helllo @prehistoric-coat-10166, thanks for the answer I'll check it and come back to you to tell you what's up :) thanks a lot already for the answer 🙂
I try your command (pulumi config set --path gcp-py-network-component:subnet_cidr_blocks[0] '172.2.0.0/16') and magic it's work ! Thank you so much 🙂
👍 1
136 Views