Skip to content

Commit

Permalink
change condition to string pointer input
Browse files Browse the repository at this point in the history
  • Loading branch information
davemooreuws committed Feb 27, 2025
1 parent 4cc1a44 commit 669bdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/azure/deploy/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func actionsToAzureRoleDefinitions(roles map[resourcespb.Action]*authorization.R

type resourceScope struct {
scope pulumi.StringInput
condition pulumi.StringInput
condition pulumi.StringPtrInput
}

// "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/[{parentResourcePath}/]{resourceType}/{resourceName}"
Expand Down

0 comments on commit 669bdde

Please sign in to comment.