Does the PR have any schema changes?
Found 13 breaking changes:
Resources
π΄
"sentry:index/sentryDefaultKey:SentryDefaultKey" missing- "sentry:index/sentryPlugin:SentryPlugin":
π‘
inputs: "config": additional properties type changed from "pulumi.json#/Any" to "string"π‘
properties: "config": additional properties type changed from "pulumi.json#/Any" to "string"
π’
"sentry:index/sentryProject:SentryProject": required: "team" property is no longer Required- "sentry:index/sentryRule:SentryRule":
- inputs:
π‘
"actions": items: additional properties type changed from "pulumi.json#/Any" to "string"π‘
"conditions": items: additional properties type changed from "pulumi.json#/Any" to "string"π‘
"filters": items: additional properties type changed from "pulumi.json#/Any" to "string"
- properties:
π‘
"actions": items: additional properties type changed from "pulumi.json#/Any" to "string"π‘
"conditions": items: additional properties type changed from "pulumi.json#/Any" to "string"π‘
"filters": items: additional properties type changed from "pulumi.json#/Any" to "string"
- required inputs:
π’
"actionMatch" input has changed to Requiredπ’
"filterMatch" input has changed to Requiredπ’
"frequency" input has changed to Required
- inputs:
New resources:
index/sentryDashboard.SentryDashboard
index/sentryIssueAlert.SentryIssueAlert
index/sentryMetricAlert.SentryMetricAlert
index/sentryOrganizationCodeMapping.SentryOrganizationCodeMapping
index/sentryOrganizationMember.SentryOrganizationMember
index/sentryOrganizationRepositoryGithub.SentryOrganizationRepositoryGithub
New functions:
index/getSentryDashboard.getSentryDashboard
index/getSentryIssueAlert.getSentryIssueAlert
index/getSentryMetricAlert.getSentryMetricAlert
index/getSentryOrganizationIntegration.getSentryOrganizationIntegration
index/getSentryTeam.getSentryTeam
What's Changed
- Update TF provider to v0.11.2, fixes #19 by @jgautheron in #20
- go.mod version 1.18 by @jgautheron in #22
- Fix a typo in the install docs by @cnunciato in #25
- Upgrade pulumi-terraform-bridge to v3.95.0 by @ringods in #27
New Contributors
- @jgautheron made their first contribution in #20
- @cnunciato made their first contribution in #25
Full Changelog: v0.0.8...v0.0.9