Skip to content

Commit

Permalink
Accept codegen demonstrating the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Oct 5, 2022
1 parent ed130b9 commit d23f916
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ def json(self) -> str:

@property
@pulumi.getter
def statements(self) -> Optional[Sequence['_x.outputs.GetPolicyDocumentStatement']]:
def statements(self) -> Optional[Sequence['_x.outputs.GetPolicyDocumentStatementResult']]:
return pulumi.get(self, "statements")


Expand Down

0 comments on commit d23f916

Please sign in to comment.