Inconsistent property names across resources for TeamStackPermission
, DeploymentSettings
, StackTag
and TeamStackPermissionArgs
#201
Labels
What happened?
The resources
TeamStackPermission
,DeploymentSettings
,StackTag
andTeamStackPermissionArgs
have the following properties.organization
.project
.stack
.team
However,
Team
,TeamAccessToken
,OrgAccessToken
andWebhook
, use the following properties.organizationName
.projectName
.stackName
.teamName
Either way, it would give a more consistent and improved user experience if the property names were consistently named across all the resources for this provider. Using
...Name
as a suffix makes it easier imho.This will introduce some breaking change for the resources affected by the change, however, since it's still in
v0
maybe it's acceptable.Example
n/a
Output of
pulumi about
n/a
Additional context
This issue happens on the latest version
0.16.0
.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).
The text was updated successfully, but these errors were encountered: