Releases: pulumi/pulumi-snowflake
v0.61.1
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Add automated installation docs by @guineveresaenger in #738
Full Changelog: v0.61.0...v0.61.1
v0.61.0
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
- properties:
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
- Update GitHub Actions workflows. by @pulumi-bot in #731
- Upgrade pulumi-terraform-bridge to v3.93.0 by @pulumi-bot in #733
- Upgrade pulumi-terraform-bridge to v3.93.1 by @pulumi-bot in #734
- Update GitHub Actions workflows. by @pulumi-bot in #735
- Upgrade pulumi-terraform-bridge to v3.94.0 by @pulumi-bot in #737
- Update GitHub Actions workflows. by @pulumi-bot in #739
- Update GitHub Actions workflows. by @pulumi-bot in #740
- Update GitHub Actions workflows. by @pulumi-bot in #741
- Deprecate WithPlanResourceChange by @guineveresaenger in #743
- Update GitHub Actions workflows. by @pulumi-bot in #744
- Upgrade pulumi-terraform-bridge to v3.95.0 by @pulumi-bot in #746
- Update GitHub Actions workflows. by @pulumi-bot in #747
- Upgrade terraform-provider-snowflake to v0.98.0 by @pulumi-bot in #749
Full Changelog: v0.60.0...v0.61.0
v0.60.0
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
- Upgrade pulumi-terraform-bridge to v3.91.1 by @pulumi-bot in #719
- Update GitHub Actions workflows. by @pulumi-bot in #720
- Update GitHub Actions workflows. by @pulumi-bot in #721
- Update GitHub Actions workflows. by @pulumi-bot in #723
- Update GitHub Actions workflows. by @pulumi-bot in #724
- Upgrade pulumi-terraform-bridge to v3.92.0 by @pulumi-bot in #726
- Upgrade terraform-provider-snowflake to v0.97.0 by @pulumi-bot in #730
Full Changelog: v0.59.0...v0.60.0
v0.59.0
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
- inputs:
- "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
- inputs:
- "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
- inputs:
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
- properties:
- "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
- properties:
- "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.
- properties:
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #709
- Update GitHub Actions workflows. by @pulumi-bot in #710
- Update GitHub Actions workflows. by @pulumi-bot in #711
- Upgrade pulumi-terraform-bridge to v3.91.0 by @pulumi-bot in #715
- Upgrade terraform-provider-snowflake to v0.96.0 by @iwahbe in #716
Full Changelog: v0.58.0...v0.59.0
v0.58.0
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
- inputs:
- "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"
- inputs:
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
- properties:
- "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
- properties:
- "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.
- properties:
What's Changed
- Upgrade pulumi-terraform-bridge to v3.89.1 by @pulumi-bot in #692
- Update GitHub Actions workflows. by @pulumi-bot in #693
- Update GitHub Actions workflows. by @pulumi-bot in #694
- Update GitHub Actions workflows. by @pulumi-bot in #695
- Update GitHub Actions workflows. by @pulumi-bot in #696
- Upgrade pulumi-terraform-bridge to v3.90.0 by @pulumi-bot in #704
- Update GitHub Actions workflows. by @pulumi-bot in #705
- Update GitHub Actions workflows. by @pulumi-bot in #706
- Update GitHub Actions workflows. by @pulumi-bot in #708
- Upgrade terraform-provider-snowflake to v0.95.0 by @VenelinMartinov in #707
Full Changelog: v0.57.2...v0.58.0
v0.57.2
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #686
- Update GitHub Actions workflows. by @pulumi-bot in #687
- Upgrade pulumi-terraform-bridge to v3.89.0 by @pulumi-bot in #690
Full Changelog: v0.57.1...v0.57.2
v0.57.1
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Record upgrade tests for Snowflake by @VenelinMartinov in #681
- Enable PRC by default by @VenelinMartinov in #682
- Upgrade terraform-provider-snowflake to v0.94.1 by @pulumi-bot in #685
Full Changelog: v0.57.0...v0.57.1
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
v0.56.0
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"
- inputs:
🔴
"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
- inputs:
🔴
"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
- inputs:
🔴
"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
- properties:
🔴
"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
- properties:
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
- Add tests for snowflake by @VenelinMartinov in #561
- Update GitHub Actions workflows. by @pulumi-bot in #629
- Update ...