Skip to content

Instantly share code, notes, and snippets.

@ohlol

ohlol/dothing.py Secret

Created April 12, 2020 07:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
def dothing(vpc):
"""
I want to pass the actual string representation of the CIDR block, but the receiver is passed an Output:
ValueError: '<pulumi.output.Output object at 0x1027c30a0>' does not appear to be an IPv4 or IPv6 network
"""
do_thing(vpc.cidr_block)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment