Hi all,
Is there a way to create a "temporary" resource for use inside the Pulumi program only?
I'm creating an Azure MySQL Server (DBforMySQL) and then use the "MySQL" Pulumi package to create some users and grants. However, I need to create a firewall rule in between these steps so that the MySQL Pulumi package can connect to the database.
Ideally after creating the users I'd like to remove the firewall rule.