boundless-artist-3489
04/02/2021, 1:54 PMconfig:
gcp-py-network-component:subnet_cidr_blocks: '172.2.0.0/16'
Would you have an idea ?
Thanks in advance for your answerprehistoric-coat-10166
04/02/2021, 2:06 PMconfig.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?boundless-artist-3489
04/02/2021, 3:01 PM