Open SamEdwardes opened 2 years ago
This looks like a possible bug in the schema mapping. The example in the API docs shows a list for the subnet IDs, which I would have expected from the name. It also looks like the example failed to generate for Python, so something odd is going on here.
The current doc string for
aws.fsx.LustreFileSystem
has a parametersubnet_ids
.https://github.com/pulumi/pulumi-aws/blob/e51376b38e1fc240c8640892a0abbaf4168f98aa/sdk/python/pulumi_aws/fsx/lustre_file_system.py#L41
There are two potential issues?