# This resource has been replaced by "snowflake_account_role" resources.
# It is not possible to use "moved" blocks to move between these two resource types,
# so we need to use a removed blocks in conjunction with an import to migrate to the new
# resource type. The import must be defined in the root module.
removed {
  from = snowflake_role.access_role

  lifecycle {
    destroy = false
  }
}
