This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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