Skip to content

Instantly share code, notes, and snippets.

@ohlol

ohlol/dothing.py Secret

Created April 12, 2020 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohlol/fedb70eaf121a5ed67402f615a7156fc to your computer and use it in GitHub Desktop.
Save ohlol/fedb70eaf121a5ed67402f615a7156fc to your computer and use it in GitHub Desktop.
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