Skip to content

Releases: pulumi/pulumi-snowflake

v0.61.1

14 Nov 20:43
71e04ca
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v0.61.0...v0.61.1

v0.61.0

13 Nov 13:55
e55ec48
Compare
Choose a tag to compare

Breaking changes

This release includes some breaking changes. Please refer to the upstream migration guide for information about how to handle these: https://github.com/Snowflake-Labs/terraform-provider-snowflake/blob/main/MIGRATION_GUIDE.md#v0970--v0980

Does the PR have any schema changes?

Found 18 breaking changes:

Functions

  • "snowflake:index/getStreams:getStreams": inputs:
    • 🟡 "database" missing input "database"
    • 🟡 "schema" missing input "schema"

Types

  • 🟡 "snowflake:index/StreamOnExternalTableDescribeOutput:StreamOnExternalTableDescribeOutput": properties: "stale" type changed from "string" to "boolean"
  • 🟡 "snowflake:index/StreamOnExternalTableShowOutput:StreamOnExternalTableShowOutput": properties: "stale" type changed from "string" to "boolean"
  • 🟡 "snowflake:index/StreamOnTableDescribeOutput:StreamOnTableDescribeOutput": properties: "stale" type changed from "string" to "boolean"
  • 🟡 "snowflake:index/StreamOnTableShowOutput:StreamOnTableShowOutput": properties: "stale" type changed from "string" to "boolean"
  • "snowflake:index/getStreamsStream:getStreamsStream":
    • properties:
      • 🟡 "comment" missing
      • 🟡 "database" missing
      • 🟡 "name" missing
      • 🟡 "schema" missing
      • 🟡 "table" 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
      • 🟢 "schema" property is no longer Required
      • 🟢 "showOutputs" property has changed to Required
      • 🟢 "table" property is no longer Required

New resources:

  • index/accountAuthenticationPolicyAttachment.AccountAuthenticationPolicyAttachment
  • index/authenticationPolicy.AuthenticationPolicy
  • index/externalVolume.ExternalVolume
  • index/primaryConnection.PrimaryConnection
  • index/secondaryConnection.SecondaryConnection
  • index/secretWithAuthorizationCodeGrant.SecretWithAuthorizationCodeGrant
  • index/secretWithBasicAuthentication.SecretWithBasicAuthentication
  • index/secretWithClientCredentials.SecretWithClientCredentials
  • index/secretWithGenericString.SecretWithGenericString
  • index/streamOnDirectoryTable.StreamOnDirectoryTable
  • index/streamOnView.StreamOnView
  • index/userAuthenticationPolicyAttachment.UserAuthenticationPolicyAttachment

New functions:

  • index/getConnections.getConnections
  • index/getSecrets.getSecrets

What's Changed

Full Changelog: v0.60.0...v0.61.0

v0.60.0

14 Oct 21:57
c9345d8
Compare
Choose a tag to compare

Does the PR have any schema changes?

Found 1 breaking change:

Types

  • 🟢 "snowflake:index/getUsersUserDescribeOutput:getUsersUserDescribeOutput": required: "type" property has changed to Required

New resources:

  • index/legacyServiceUser.LegacyServiceUser
  • index/serviceUser.ServiceUser
  • index/streamOnExternalTable.StreamOnExternalTable
  • index/streamOnTable.StreamOnTable

What's Changed

Full Changelog: v0.59.0...v0.60.0

v0.59.0

20 Sep 11:49
66cc51b
Compare
Choose a tag to compare

Does the PR have any schema changes?

Found 67 breaking changes:

Resources

  • "snowflake:index/maskingPolicy:MaskingPolicy":
    • inputs:
      • 🟡 "exemptOtherPolicies" type changed from "boolean" to "string"
      • 🟡 "ifNotExists" missing
      • 🟡 "maskingExpression" missing
      • 🟡 "orReplace" missing
      • 🟡 "signature" missing
    • properties:
      • 🟡 "exemptOtherPolicies" type changed from "boolean" to "string"
      • 🟡 "ifNotExists" missing output "ifNotExists"
      • 🟡 "maskingExpression" missing output "maskingExpression"
      • 🟡 "orReplace" missing output "orReplace"
      • 🟡 "signature" missing output "signature"
    • required inputs:
      • 🟢 "arguments" input has changed to Required
      • 🟢 "body" input has changed to Required
  • "snowflake:index/resourceMonitor:ResourceMonitor":
    • inputs:
      • 🟡 "setForAccount" missing
      • 🟡 "suspendImmediateTriggers" missing
      • 🟡 "suspendTriggers" missing
      • 🟡 "warehouses" missing
    • properties:
      • 🟡 "setForAccount" missing output "setForAccount"
      • 🟡 "suspendImmediateTriggers" missing output "suspendImmediateTriggers"
      • 🟡 "suspendTriggers" missing output "suspendTriggers"
      • 🟡 "warehouses" missing output "warehouses"
    • required:
      • 🟢 "creditQuota" property is no longer Required
      • 🟢 "frequency" property is no longer Required
      • 🟢 "startTimestamp" property is no longer Required
  • "snowflake:index/rowAccessPolicy:RowAccessPolicy":
    • inputs:
      • 🟡 "rowAccessExpression" missing
      • 🟡 "signature" missing
    • properties:
      • 🟡 "rowAccessExpression" missing output "rowAccessExpression"
      • 🟡 "signature" missing output "signature"
    • required inputs:
      • 🟢 "arguments" input has changed to Required
      • 🟢 "body" input has changed to Required

Functions

  • "snowflake:index/getMaskingPolicies:getMaskingPolicies": inputs:
    • 🟡 "database" missing input "database"
    • 🟡 "schema" missing input "schema"
  • 🔴 "snowflake:index/getResourceMonitors:getResourceMonitors" signature change (pulumi.InvokeOptions)->T => (Args, pulumi.InvokeOptions)->T
  • "snowflake:index/getRowAccessPolicies:getRowAccessPolicies": inputs:
    • 🟡 "database" missing input "database"
    • 🟡 "schema" missing input "schema"

Types

  • 🔴 "snowflake:index/MaskingPolicySignature:MaskingPolicySignature" missing
  • 🔴 "snowflake:index/MaskingPolicySignatureColumn:MaskingPolicySignatureColumn" missing
  • "snowflake:index/getMaskingPoliciesMaskingPolicy:getMaskingPoliciesMaskingPolicy":
    • properties:
      • 🟡 "comment" missing
      • 🟡 "database" missing
      • 🟡 "kind" missing
      • 🟡 "name" missing
      • 🟡 "schema" missing
    • required:
      • 🟢 "comment" property is no longer Required
      • 🟢 "database" property is no longer Required
      • 🟢 "describeOutputs" property has changed to Required
      • 🟢 "kind" property is no longer Required
      • 🟢 "name" property is no longer Required
      • 🟢 "schema" property is no longer Required
      • 🟢 "showOutputs" property has changed to Required
  • "snowflake:index/getResourceMonitorsResourceMonitor:getResourceMonitorsResourceMonitor":
    • properties:
      • 🟡 "comment" missing
      • 🟡 "creditQuota" missing
      • 🟡 "frequency" missing
      • 🟡 "name" missing
    • required:
      • 🟢 "comment" property is no longer Required
      • 🟢 "creditQuota" property is no longer Required
      • 🟢 "frequency" property is no longer Required
      • 🟢 "name" property is no longer Required
      • 🟢 "showOutputs" property has changed to Required
  • "snowflake:index/getRowAccessPoliciesRowAccessPolicy:getRowAccessPoliciesRowAccessPolicy":
    • properties:
      • 🟡 "comment" missing
      • 🟡 "database" missing
      • 🟡 "name" missing
      • 🟡 "schema" 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
      • 🟢 "schema" property is no longer Required
      • 🟢 "showOutputs" property has changed to Required
        No new resources/functions.

What's Changed

Full Changelog: v0.58.0...v0.59.0

v0.58.0

11 Sep 15:17
2ef8a6e
Compare
Choose a tag to compare

Does the PR have any schema changes?

Found 74 breaking changes:

Resources

  • 🟡 "snowflake:index/maskingPolicy:MaskingPolicy": properties: "qualifiedName" missing output "qualifiedName"
  • 🟡 "snowflake:index/networkRule:NetworkRule": properties: "qualifiedName" missing output "qualifiedName"
  • 🟡 "snowflake:index/passwordPolicy:PasswordPolicy": properties: "qualifiedName" missing output "qualifiedName"
  • 🟡 "snowflake:index/table:Table": properties: "qualifiedName" missing output "qualifiedName"
  • "snowflake:index/user:User":
    • inputs:
      • 🟡 "defaultSecondaryRoles" missing
      • 🟡 "disabled" type changed from "boolean" to "string"
      • 🟡 "mustChangePassword" type changed from "boolean" to "string"
    • properties:
      • 🟡 "defaultSecondaryRoles" missing output "defaultSecondaryRoles"
      • 🟡 "disabled" type changed from "boolean" to "string"
      • 🟡 "hasRsaPublicKey" missing output "hasRsaPublicKey"
      • 🟡 "mustChangePassword" type changed from "boolean" to "string"
    • required:
      • 🟢 "defaultRole" property is no longer Required
      • 🟢 "disabled" property is no longer Required
      • 🟢 "displayName" property is no longer Required
      • 🟢 "loginName" property is no longer Required
  • "snowflake:index/view:View":
    • inputs:
      • 🟡 "isSecure" type changed from "boolean" to "string"
      • 🟡 "orReplace" missing
      • 🟡 "tags" missing
    • properties:
      • 🟡 "createdOn" missing output "createdOn"
      • 🟡 "isSecure" type changed from "boolean" to "string"
      • 🟡 "orReplace" missing output "orReplace"
      • 🟡 "tags" missing output "tags"

Functions

  • "snowflake:index/getDatabaseRoles:getDatabaseRoles": inputs:
    • 🟡 "database" missing input "database"
    • 🟢 required: "inDatabase" input has changed to Required
  • 🟡 "snowflake:index/getUsers:getUsers": inputs: "pattern" missing input "pattern"
  • "snowflake:index/getViews:getViews": inputs:
    • 🟡 "database" missing input "database"
    • 🟡 "schema" missing input "schema"

Types

  • 🔴 "snowflake:index/ViewTag:ViewTag" missing
  • "snowflake:index/getDatabaseRolesDatabaseRole:getDatabaseRolesDatabaseRole":
    • 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
  • "snowflake:index/getUsersUser:getUsersUser":
    • properties:
      • 🟡 "comment" missing
      • 🟡 "defaultNamespace" missing
      • 🟡 "defaultRole" missing
      • 🟡 "defaultSecondaryRoles" missing
      • 🟡 "defaultWarehouse" missing
      • 🟡 "disabled" missing
      • 🟡 "displayName" missing
      • 🟡 "email" missing
      • 🟡 "firstName" missing
      • 🟡 "hasRsaPublicKey" missing
      • 🟡 "lastName" missing
      • 🟡 "loginName" missing
      • 🟡 "name" missing
    • required:
      • 🟢 "comment" property is no longer Required
      • 🟢 "defaultNamespace" property is no longer Required
      • 🟢 "defaultRole" property is no longer Required
      • 🟢 "defaultSecondaryRoles" property is no longer Required
      • 🟢 "defaultWarehouse" property is no longer Required
      • 🟢 "describeOutputs" property has changed to Required
      • 🟢 "disabled" property is no longer Required
      • 🟢 "displayName" property is no longer Required
      • 🟢 "email" property is no longer Required
      • 🟢 "firstName" property is no longer Required
      • 🟢 "hasRsaPublicKey" property is no longer Required
      • 🟢 "lastName" property is no longer Required
      • 🟢 "loginName" property is no longer Required
      • 🟢 "name" property is no longer Required
      • 🟢 "parameters" property has changed to Required
      • 🟢 "showOutputs" property has changed to Required
  • "snowflake:index/getViewsView:getViewsView":
    • properties:
      • 🟡 "comment" missing
      • 🟡 "database" missing
      • 🟡 "name" missing
      • 🟡 "schema" 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
      • 🟢 "schema" property is no longer Required
      • 🟢 "showOutputs" property has changed to Required
        No new resources/functions.

What's Changed

Full Changelog: v0.57.2...v0.58.0

v0.57.2

15 Aug 09:13
8015ec3
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v0.57.1...v0.57.2

v0.57.1

05 Aug 11:42
4b93c56
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v0.57.0...v0.57.1

v0.57.0

29 Jul 10:26
d571267
Compare
Choose a tag to compare

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"

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
  • "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

New resources:

  • index/accountRole.AccountRole
  • index/streamlit.Streamlit

New functions:

  • index/getNetworkPolicies.getNetworkPolicies
  • index/getStreamlits.getStreamlits

What's Changed

Full Changelog: v0.56.0...v0.57.0

v0.56.0

22 Jul 18:20
6acf409
Compare
Choose a tag to compare

BREAKING CHANGES

Note that this version has extensive 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 133 breaking changes:

Resources

  • 🔴 "snowflake:index/accountGrant:AccountGrant" missing
  • "snowflake:index/database:Database":
    • inputs:
      • 🟡 "fromDatabase" missing
      • 🟡 "fromReplica" missing
      • 🟡 "fromShare" missing
      • 🟡 "replicationConfiguration" missing
    • properties:
      • 🟡 "fromDatabase" missing output "fromDatabase"
      • 🟡 "fromReplica" missing output "fromReplica"
      • 🟡 "fromShare" missing output "fromShare"
      • 🟡 "replicationConfiguration" missing output "replicationConfiguration"
  • 🔴 "snowflake:index/databaseGrant:DatabaseGrant" missing
  • "snowflake:index/externalOauthIntegration:ExternalOauthIntegration":
    • inputs:
      • 🟡 "allowedRoles" missing
      • 🟡 "anyRoleMode" missing
      • 🟡 "audienceUrls" missing
      • 🟡 "blockedRoles" missing
      • 🟡 "issuer" missing
      • 🟡 "jwsKeysUrls" missing
      • 🟡 "rsaPublicKey" missing
      • 🟡 "rsaPublicKey2" missing
      • 🟡 "scopeDelimiter" missing
      • 🟡 "scopeMappingAttribute" missing
      • 🟡 "snowflakeUserMappingAttribute" missing
      • 🟡 "tokenUserMappingClaims" missing
      • 🟡 "type" missing
    • properties:
      • 🟡 "allowedRoles" missing output "allowedRoles"
      • 🟡 "anyRoleMode" missing output "anyRoleMode"
      • 🟡 "audienceUrls" missing output "audienceUrls"
      • 🟡 "blockedRoles" missing output "blockedRoles"
      • 🟡 "createdOn" missing output "createdOn"
      • 🟡 "issuer" missing output "issuer"
      • 🟡 "jwsKeysUrls" missing output "jwsKeysUrls"
      • 🟡 "rsaPublicKey" missing output "rsaPublicKey"
      • 🟡 "rsaPublicKey2" missing output "rsaPublicKey2"
      • 🟡 "scopeDelimiter" missing output "scopeDelimiter"
      • 🟡 "scopeMappingAttribute" missing output "scopeMappingAttribute"
      • 🟡 "snowflakeUserMappingAttribute" missing output "snowflakeUserMappingAttribute"
      • 🟡 "tokenUserMappingClaims" missing output "tokenUserMappingClaims"
      • 🟡 "type" missing output "type"
    • required inputs:
      • 🟢 "externalOauthIssuer" input has changed to Required
      • 🟢 "externalOauthSnowflakeUserMappingAttribute" input has changed to Required
      • 🟢 "externalOauthTokenUserMappingClaims" input has changed to Required
      • 🟢 "externalOauthType" input has changed to Required
  • 🔴 "snowflake:index/externalTableGrant:ExternalTableGrant" missing
  • 🔴 "snowflake:index/failoverGroupGrant:FailoverGroupGrant" missing
  • 🔴 "snowflake:index/fileFormatGrant:FileFormatGrant" missing
  • 🔴 "snowflake:index/functionGrant:FunctionGrant" missing
  • 🔴 "snowflake:index/grantPrivilegesToRole:GrantPrivilegesToRole" missing
  • 🔴 "snowflake:index/integrationGrant:IntegrationGrant" missing
  • 🔴 "snowflake:index/maskingPolicyGrant:MaskingPolicyGrant" missing
  • 🔴 "snowflake:index/materializedViewGrant:MaterializedViewGrant" missing
  • 🔴 "snowflake:index/pipeGrant:PipeGrant" missing
  • 🔴 "snowflake:index/procedureGrant:ProcedureGrant" missing
  • 🔴 "snowflake:index/resourceMonitorGrant:ResourceMonitorGrant" missing
  • 🔴 "snowflake:index/roleGrants:RoleGrants" missing
  • 🔴 "snowflake:index/roleOwnershipGrant:RoleOwnershipGrant" missing
  • 🔴 "snowflake:index/rowAccessPolicyGrant:RowAccessPolicyGrant" missing
  • 🔴 "snowflake:index/schemaGrant:SchemaGrant" missing
  • "snowflake:index/scimIntegration:ScimIntegration":
    • 🟡 inputs: "provisionerRole" missing
    • properties:
      • 🟡 "createdOn" missing output "createdOn"
      • 🟡 "provisionerRole" missing output "provisionerRole"
    • required inputs:
      • 🟢 "enabled" input has changed to Required
      • 🟢 "runAsRole" input has changed to Required
  • 🔴 "snowflake:index/sequenceGrant:SequenceGrant" missing
  • 🔴 "snowflake:index/stageGrant:StageGrant" missing
  • 🔴 "snowflake:index/streamGrant:StreamGrant" missing
  • 🔴 "snowflake:index/tableGrant:TableGrant" missing
  • 🔴 "snowflake:index/tagGrant:TagGrant" missing
  • 🔴 "snowflake:index/taskGrant:TaskGrant" missing
  • 🔴 "snowflake:index/userGrant:UserGrant" missing
  • 🔴 "snowflake:index/userOwnershipGrant:UserOwnershipGrant" missing
  • 🔴 "snowflake:index/viewGrant:ViewGrant" missing
  • "snowflake:index/warehouse:Warehouse":
    • inputs:
      • 🟡 "autoResume" type changed from "boolean" to "string"
      • 🟡 "enableQueryAcceleration" type changed from "boolean" to "string"
      • 🟡 "waitForProvisioning" missing
    • properties:
      • 🟡 "autoResume" type changed from "boolean" to "string"
      • 🟡 "enableQueryAcceleration" type changed from "boolean" to "string"
      • 🟡 "waitForProvisioning" missing output "waitForProvisioning"
    • required:
      • 🟢 "autoResume" property is no longer Required
      • 🟢 "autoSuspend" property is no longer Required
      • 🟢 "maxClusterCount" property is no longer Required
      • 🟢 "minClusterCount" property is no longer Required
      • 🟢 "resourceMonitor" property is no longer Required
      • 🟢 "scalingPolicy" property is no longer Required
      • 🟢 "warehouseSize" property is no longer Required
  • 🔴 "snowflake:index/warehouseGrant:WarehouseGrant" missing

Functions

  • "snowflake:index/getDatabases:getDatabases": inputs:
    • 🟡 "history" missing input "history"
    • 🟡 "pattern" missing input "pattern"
    • 🟡 "terse" missing input "terse"
  • 🔴 "snowflake:index/getWarehouses:getWarehouses" signature change (pulumi.InvokeOptions)->T => (Args, pulumi.InvokeOptions)->T

Types

  • 🔴 "snowflake:index/DatabaseReplicationConfiguration:DatabaseReplicationConfiguration" missing
  • 🔴 "snowflake:index/GrantPrivilegesToRoleOnAccountObject:GrantPrivilegesToRoleOnAccountObject" missing
  • 🔴 "snowflake:index/GrantPrivilegesToRoleOnSchema:GrantPrivilegesToRoleOnSchema" missing
  • 🔴 "snowflake:index/GrantPrivilegesToRoleOnSchemaObject:GrantPrivilegesToRoleOnSchemaObject" missing
  • 🔴 "snowflake:index/GrantPrivilegesToRoleOnSchemaObjectAll:GrantPrivilegesToRoleOnSchemaObjectAll" missing
  • 🔴 "snowflake:index/GrantPrivilegesToRoleOnSchemaObjectFuture:GrantPrivilegesToRoleOnSchemaObjectFuture" missing
  • "snowflake:index/getDatabasesDatabase:getDatabasesDatabase":
    • properties:
      • 🟡 "comment" missing
      • 🟡 "createdOn" missing
      • 🟡 "isCurrent" missing
      • 🟡 "isDefault" missing
      • 🟡 "name" missing
      • 🟡 "options" missing
      • 🟡 "origin" missing
      • 🟡 "owner" missing
      • 🟡 "replicationConfigurations" missing
      • 🟡 "retentionTime" missing
    • required:
      • 🟢 "comment" property is no longer Required
      • 🟢 "createdOn" property is no longer Required
      • 🟢 "describeOutputs" property has changed to Required
      • 🟢 "isCurrent" property is no longer Required
      • 🟢 "isDefault" property is no longer Required
      • 🟢 "name" property is no longer Required
      • 🟢 "options" property is no longer Required
      • 🟢 "origin" property is no longer Required
      • 🟢 "owner" property is no longer Required
      • 🟢 "parameters" property has changed to Required
      • 🟢 "replicationConfigurations" property is no longer Required
      • 🟢 "retentionTime" property is no longer Required
      • 🟢 "showOutputs" property has changed to Required
  • 🔴 "snowflake:index/getDatabasesDatabaseReplicationConfiguration:getDatabasesDatabaseReplicationConfiguration" missing
  • "snowflake:index/getWarehousesWarehouse:getWarehousesWarehouse":
    • properties:
      • 🟡 "comment" missing
      • 🟡 "name" missing
      • 🟡 "scalingPolicy" missing
      • 🟡 "size" missing
      • 🟡 "state" missing
      • 🟡 "type" missing
    • required:
      • 🟢 "comment" property is no longer Required
      • 🟢 "describeOutputs" property has changed to Required
      • 🟢 "name" property is no longer Required
      • 🟢 "parameters" property has changed to Required
      • 🟢 "scalingPolicy" property is no longer Required
      • 🟢 "showOutputs" property has changed to Required
      • 🟢 "size" property is no longer Required
      • 🟢 "state" property is no longer Required
      • 🟢 "type" property is no longer Required

New resources:

  • index/apiAuthenticationIntegrationWithAuthorizationCodeGrant.ApiAuthenticationIntegrationWithAuthorizationCodeGrant
  • index/apiAuthenticationIntegrationWithClientCredentials.ApiAuthenticationIntegrationWithClientCredentials
  • index/apiAuthenticationIntegrationWithJwtBearer.ApiAuthenticationIntegrationWithJwtBearer
  • index/cortexSearchService.CortexSearchService
  • index/databaseOld.DatabaseOld
  • index/oauthIntegrationForCustomClients.OauthIntegrationForCustomClients
  • index/oauthIntegrationForPartnerApplications.OauthIntegrationForPartnerApplications
  • index/saml2Integration.Saml2Integration
  • index/secondaryDatabase.SecondaryDatabase
  • index/sharedDatabase.SharedDatabase

New functions:

  • index/getCortexSearchServices.getCortexSearchServices
  • index/getSecurityIntegrations.getSecurityIntegrations

What's Changed

Read more

v0.55.0

07 Jun 18:43
301165b
Compare
Choose a tag to compare

Changelog

  • 301165b Upgrade terraform-provider-snowflake to v0.92.0 (#627)