I'm trying to fetch a security group using get_sec...
# python
c
I'm trying to fetch a security group using get_security_group which returns a coroutine, and if that security group exists, I set the import_ flag on ResourceOpts when creating the security group in my code. If it doesn't exist, I just wanna exit out the function.