fancy-shoe-18611
12/22/2022, 8:03 PM"aws:alb/IpAddressType:IpAddressType": {
"type": "string",
"enum": [
{
"name": "Ipv4",
"value": "ipv4"
},
{
"name": "Dualstack",
"value": "dualstack"
}
]
},
at line 8986
"aws:applicationloadbalancing/IpAddressType:IpAddressType": {
"type": "string",
"enum": [
{
"name": "Ipv4",
"value": "ipv4"
},
{
"name": "Dualstack",
"value": "dualstack"
}
]
},
So there is the same data type for two different modules, understandable. The schema for applicationloadbalancing/loadBalancer starts at line 405729 and then describes the property ipAddressType
at line 405789
"ipAddressType": {
"type": "string",
"$ref": "#/types/aws:alb/ipAddressType:IpAddressType",
"description": "The type of IP addresses used by the subnets for your load balancer. The possible values are `ipv4` and `dualstack`\n"
},
Shouldn't the $ref
be #/types/aws:applicationloadbalancing/ipAddressType:IpAddressType
?
(currently doesn't get referenced in the schema at all despite being available)
I understand that this is trivial, but it might be better to be more consistent. Is this something I can make a PR for?
Also, I'm now realizing that I don't understand the difference between alb
and applicationloadbalancing
, can someone help me understand that?No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by