Open xwipeoutx opened 1 year ago
Hi @xwipeoutx Thank you for raising this issue.
This property is marked as read-only in the Azure API specs: https://github.com/Azure/azure-rest-api-specs/blob/14d24d17491d8c2bde24532cb8cc2d663c0ffd9f/specification/postgresql/resource-manager/Microsoft.DBforPostgreSQL/stable/2022-12-01/FlexibleServers.json#L905
That's why we only project it to outputs, not inputs.
If you think it's a mistake, could you please file an upstream issue in https://github.com/Azure/azure-rest-api-specs/issues?
Thanks @mikhailshilkov, have raised it up the chain.
fyi, this seems to have been fixed upstream in the preview versions since 2023-06-01-preview.
What happened?
I was trying to create a
Pulumi.AzureNative.DBforPostgreSQL.Server
, specifically with thepublicNetworkAccess
property defined in the REST API.However, it doesn't exist!
Example
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).