diff --git a/pkg/resources/integration_grant.go b/pkg/resources/integration_grant.go index 6baf52d481..de6bc25ef6 100644 --- a/pkg/resources/integration_grant.go +++ b/pkg/resources/integration_grant.go @@ -50,6 +50,9 @@ func IntegrationGrant() *TerraformGrantResource { Delete: DeleteIntegrationGrant, Schema: integrationGrantSchema, + Importer: &schema.ResourceImporter{ + StateContext: schema.ImportStatePassthroughContext, + }, }, ValidPrivs: validIntegrationPrivileges, }