Skip to content

Commit

Permalink
feat: Add importer to integration grant (Snowflake-Labs#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
alldoami authored and jtzero committed Aug 19, 2021
1 parent caba8e5 commit 7833253
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/resources/integration_grant.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ func IntegrationGrant() *TerraformGrantResource {
Delete: DeleteIntegrationGrant,

Schema: integrationGrantSchema,
Importer: &schema.ResourceImporter{
StateContext: schema.ImportStatePassthroughContext,
},
},
ValidPrivs: validIntegrationPrivileges,
}
Expand Down

0 comments on commit 7833253

Please sign in to comment.