wet-sunset-4939
08/15/2021, 1:01 AMazure-native:network:BastionHost (sandbox-codehub-bst-hbd):
error: Code="InvalidRequestFormat" Message="Cannot parse the request." Details=[]
Not sure what is wrong. Here is my code
export default ({ name, group, subnetId }: Props) => {
const ipAddress = IpAddress({
name,
group,
sku: { name: 'Standard', tier: 'Regional' },
});
return new network.BastionHost(
name,
{
bastionHostName: name,
...group,
dnsName: name,
ipConfigurations: [
{
publicIPAddress: { id: ipAddress.id },
subnet: { id: subnetId },
},
],
tags: defaultTags,
},
{ dependsOn: ipAddress }
);
};
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