v0.57.0
BREAKING CHANGES
Note that this version has breaking changes. Please reference the schema changes below before upgrading.
See the upstream migration guide for more detail.
Does the PR have any schema changes?
Found 30 breaking changes:
Resources
- "snowflake:index/role:Role":
🟡
inputs: "tags" missing🟡
properties: "tags" missing output "tags"
- "snowflake:index/schema:Schema":
- inputs:
🟡
"dataRetentionDays" missing🟡
"isManaged" missing🟡
"isTransient" type changed from "boolean" to "string"🟡
"tags" missing
- properties:
🟡
"dataRetentionDays" missing output "dataRetentionDays"🟡
"isManaged" missing output "isManaged"🟡
"isTransient" type changed from "boolean" to "string"🟡
"tags" missing output "tags"
- inputs:
Functions
🟡
"snowflake:index/getRoles:getRoles": inputs: "pattern" missing input "pattern"🟡
"snowflake:index/getSchemas:getSchemas": inputs: "database" missing input "database"
Types
🔴
"snowflake:index/RoleTag:RoleTag" missing🔴
"snowflake:index/SchemaTag:SchemaTag" missing- "snowflake:index/getRolesRole:getRolesRole":
- properties:
🟡
"comment" missing🟡
"name" missing🟡
"owner" missing
- required:
🟢
"comment" property is no longer Required🟢
"name" property is no longer Required🟢
"owner" property is no longer Required🟢
"showOutputs" property has changed to Required
- properties:
- "snowflake:index/getSchemasSchema:getSchemasSchema":
- properties:
🟡
"comment" missing🟡
"database" missing🟡
"name" missing
- required:
🟢
"comment" property is no longer Required🟢
"database" property is no longer Required🟢
"describeOutputs" property has changed to Required🟢
"name" property is no longer Required🟢
"parameters" property has changed to Required🟢
"showOutputs" property has changed to Required
- properties:
New resources:
index/accountRole.AccountRole
index/streamlit.Streamlit
New functions:
index/getNetworkPolicies.getNetworkPolicies
index/getStreamlits.getStreamlits
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #672
- Update GitHub Actions workflows. by @pulumi-bot in #675
- Upgrade pulumi-terraform-bridge to v3.88.0 by @pulumi-bot in #676
- Update GitHub Actions workflows. by @pulumi-bot in #677
- Update GitHub Actions workflows. by @pulumi-bot in #680
- Upgrade terraform-provider-snowflake to v0.94.0 by @pulumi-bot in #679
Full Changelog: v0.56.0...v0.57.0