Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate deprecation warning in Pulumi #62

Open
2 tasks
jhpyke opened this issue Oct 4, 2023 · 0 comments · May be fixed by #64
Open
2 tasks

Investigate deprecation warning in Pulumi #62

jhpyke opened this issue Oct 4, 2023 · 0 comments · May be fixed by #64
Assignees
Labels
data-platform-apps-and-tools This issue is owned by Data Platform Apps and Tools

Comments

@jhpyke
Copy link
Contributor

jhpyke commented Oct 4, 2023

We are currently get a warning of deprecation in Pulumi actions with latest versions of Pulumi AWS:

warning: override_json is deprecated: Use the attribute "override_policy_documents" instead.
warning: source_json is deprecated: Use the attribute "source_policy_documents" instead.

We don't call either of these directly (they are arguments for getPolicyDocument function, but we never call them directly ourselves), so the most likely villain is data-engineering-pulumi-components which also calls this function in its package, and is a requirement for this repo.

Acceptance Criteria

  • The source of the deprecation warnings is identified
  • A mitigation approach is agreed and implemented
@murad-ali-MoJ murad-ali-MoJ added the data-platform-apps-and-tools This issue is owned by Data Platform Apps and Tools label Oct 5, 2023
@murad-ali-MoJ murad-ali-MoJ self-assigned this Oct 5, 2023
@murad-ali-MoJ murad-ali-MoJ linked a pull request Oct 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-platform-apps-and-tools This issue is owned by Data Platform Apps and Tools
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants