sparse-intern-71089
09/16/2020, 3:59 PMgentle-diamond-70147
09/16/2020, 4:41 PMincalculable-dream-27508
09/16/2020, 4:41 PMgentle-diamond-70147
09/16/2020, 5:53 PMincalculable-dream-27508
09/16/2020, 6:11 PMAPI
category") on each, and they need to be able to reach a set of ports on each other.
⢠āļø I have unique names generated for the machines, containing a number if I wanted to create more of them, and DC/region they're created in
⢠ā
I'm right now figuring out proper naming of security groups, to have them uniquely named inside pulumi, yet be able to tell the created machines what set of security groups they should have
⢠ā Next I need to add a set of security group rules to a security group, configuring access from IPs of all created instances to port A, then port B, then port C. Each of those rules needs to have a unique name inside pulumi. So I thought I'll just use things like region, port, and machine name inside the internal identifier, and that will be unique. Except it turns out that while I can use instance.access_ip_v4
inside the security rule for what IP it is to allow, when I try to use instance.name
inside the name/identifier of the resource, I end up with stuff like <pulumi.output.Output object at 0x7ca295360fa0>
incalculable-dream-27508
09/16/2020, 6:12 PM